nextjs-lambda
nextjs-lambda copied to clipboard
Lambda deployments for Nextjs12 & Nextjs13 (standalone). Easy CLI commands to get your standalone Next output to run in AWS Lambda (not @Edge)! Uses CDK in behind and produces code zips importable to...
I am building an SSR application with Next 13 with standalone output. No basepath. And I am using Page Router. We have certain places where we are doing client side...
I have seen ISR is on the way, is there any ETA on when it will be implemented?
After testing of [open-next](https://github.com/sst/open-next) and [SST](https://github.com/sst/sst) I will be deprecating this package in foreseeable future in favour of SST and Open-Next. Reasons are as following: - open-next took basic idea...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.66.1 to 2.84.0. Release notes Sourced from aws-cdk-lib's releases. v2.84.0 Features backup: add recovery point tags param to backup plan rule (#25863) (445543c), closes #25671 ecr: repo.grantPush...
The bundle for the latest version still has the previous version in it. ```sh $ npx --package @sladg/nextjs-lambda cli --version 1640ms Need to install the following packages: @sladg/[email protected] Ok to...
On the application layer we need to access the `Host` header in the request object, however it's not equal to any of alternative domain names. As of now, header behaviour...
Use case: I used the repo below and added next-auth using Cognito provider: https://github.com/plevavas/monorepo https://next-auth.js.org/getting-started/example https://next-auth.js.org/providers/cognito The redirection to Cognito login does work locally when debugging in vs code Issue:...
`DnsValidatedCertificate` is deprecated, change construct to not use it.
Once ready, we want to remove existing `exec()` child process implementation of CDK. AWS announced `@aws-cdk/cli-lib-alpha` which adds programatic access, however, it's very simple at current stage and flags, env...