-
I've managed to get this working to provide Lambda powered nextjs apps.
Next has deprecated their serverless target so I needed another way to do it.
I'm happy to spin up a fork and write some tes…
-
# TLDR;
In a Next.js project with 2 dynamic API routes and 2 static API routes:
1. /api/attachment/[id].js ✅
2. /api/attachment/bye.js ✅
3. /page/api/download/[id].js ☠️
4. /page/api/download…
-
I'm somewhat new to serverless components and unsure how I would be able to dynamically reference the output values generated from this component, such as `appUrl` & `bucketName`. I see documentation …
-
**Is your feature request related to a problem? Please describe.**
We want to send an "Authorization" header to the API on Next.js.
But, currently, the CloudFront cache behavior does not pass any …
-
### Issue Summary
Executing 'serverless' command fails with 'Error: Cannot find module './fetch.node' for webpack when using IPFS module.
### Actual behavior
Created new repo via 'npx creat…
tmaus updated
1 month ago
-
### Issue Summary
Using sls remove with --stage foo --aws-profile foouser --region foo-region , I get a 'done' response back within seconds. But I am doubtful anything has happened.
### Actua…
-
I manage Route53 in a different CDK app, to enable me to switch DNS from one cdk app to another seamlessly, for example during re-development of a given app.
Currently to enable this behaviour I must…
-
As seen in code coverage: https://codecov.io/gh/serverless-nextjs/serverless-next.js/tree/master/packages/serverless-components/domain, domain component has 0% coverage.
Adding tests for this shoul…
-
### Issue Summary
When a 404 gets triggered because of a dynamic page which does not exist, the returned json for that non existing page contains the HTML of the 404. This causes the frontend javascr…
-
Hi!
I'm migrating a project that used serverless-nextjs-plugin to this serverless-next.js but I'm having some issues with the serverless.yml file.
Previously I used this to assign the bucketName…