sladg / nextjs-lambda

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 Terraform, Serverless, Azure, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handlers do not include dependencies.

sladg opened this issue · comments

commented

Rollup build does not include dependencies as esbuild does.
Using node-resolve plugin with commonjs plugins in rollup does not work properly, switch to esbuild is probably wise move.

commented

Fixed by #29