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

Improve CLI documentation

sladg opened this issue · comments

commented

Provide complete npx commands for CI/CD.
We need to include --package flag so npx know what to run, such as npx --package @sladg/nextjs-lambda next-utils pack

commented

Fixed as part of TL;DR section.