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

Specify lambda node runtime via cli

bounds opened this issue · comments

What would be the best way to specify the lambda runtime?

Been building with 18 locally.

commented

Good point 🤔

Give me sec, I will add a flag to CLI and make it configurable.

commented

Done :) Use --lambdaRuntime flag on deploy command.

Thanks!