In this section, we will discuss the deployment of a serverless application. I'm not referring to just running the serverless deploy command, what I mean is that you need to know and define how to handle and manage new versions of your application in the production environment.
Can you hit the deploy button at any time of the day? What are the implications? How can you create a replica of the production environment just for testing? Those are the kind of things that will be discussed in this section.