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.
MIT License
169 stars 19 forks source link

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

Closed talaikis closed 1 year ago

talaikis commented 1 year ago

'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.

sladg commented 1 year ago

Fixed in version 5.1.5. See: https://github.com/sladg/nextjs-lambda/compare/v5.1.4...v5.1.5