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

CLI options are parsed as booleans

hayes opened this issue · comments

Looks like commander default to options being treated as booleans. To pass in paths I think the CLI options need to be updated to something like '--standaloneFolder <path>'

commented

Fixed! Thanks for reporting :)
Version 3.7.1