December 2019
Intermediate to advanced
382 pages
9h 43m
English
In the previous section, we briefly introduced the concept of Serverless Framework stages and how they work. Well, it turns out that stages are a great way to logically and physically separate our environments. Stages are really useful for deploying the same infrastructure, configuration, and code multiple times. Naming a stage is a completely arbitrary endeavor; the framework doesn't care if you call a stage dev instead of scott. This gives you the flexibility to use stages in a way that best suits your team or organization. On the flip side, because stages are so flexible, this means you should probably think about how you also implement governance so that your development standards are being followed.
The framework ...