Repeatability
Save your environment variables and other settings per account and instantly switch between different deploys.
Save your environment variables and other settings per account and instantly switch between different deploys.
IaC code is still code, so getting it working perfectly before committing it is important. Run locally or against your dev cloud, and be sure your next commit is going to work on prod.
Deploy your code to AWS and you can view all the resources from Commandeer too.
Deploy your IaC code to Localstack and view those resources the same way you view them on AWS.
Because you can set your settings for local and development just once, you can test out deploys to any environment instantly.
Hit the run button, and you are deploying your code. It’s really that simple.
View your output in an easy to read way. You can still watch the terminal results, but now you can see summaries at a glance.
A world-class IDE to code your Serverless yml in the same place you deploy from. No more bouncing between your IDE and terminal.
Manage all Serverless settings, file paths, and environment variables per environment and/or project. For instance your local, development, and staging environments can all be configured as separate accounts with different variables for each.
Deploy your Serverless code to AWS, Azure, Google Cloud, IBM Cloud or LocalStack. View your resulting services on AWS and LocalStack and even compare the results with past runs.