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

'STACK_NAME' is not recognized as an internal or external command

talaikis opened this issue · comments

'STACK_NAME' is not recognized as an internal or external command on Windows. Probably STACK_NAME=${stackName}, should be changed to cross-env STACK_NAME=${stackName}, to support other OSs.

commented

Fixed in version 5.1.5.
See: v5.1.4...v5.1.5