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

NTH: Implement console streaming for CDK output #39

Closed sladg closed 1 year ago

sladg commented 1 year ago

I don't want to wait for CDK commands to finish before I get any output in console. Ideally I want to see output real-time as it appears.

sladg commented 1 year ago

Closing, implemented.