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

Add remove command #69

Closed sladg closed 1 year ago

sladg commented 1 year ago

I want to have possibility to easily remove CloudFormation stack in programatic way. It's not always possible to use Console and aws-cli is not straight forward enough for cleaning up.

This would be helpful for testing deployments as well as I can quickly deploy and remove the stack.