DEV Community

Discussion on: Deploy aws-cdk app to different environments

Collapse
 
fwang profile image
Frank Wang • Edited

Awesome post!

We faced a similar situation where we need to deploy multiple environments to the same account/region. Especially for dev environments.

We ended up creating a tool to do this - Serverless Stack Toolkit (SST) - github.com/serverless-stack/server....

We created it to use AWS CDK alongside Serverless Framework. But it can be used on its own as well to deploy to multiple environments. Similar to what you suggested in the post:

npx sst deploy --stage prod