In this section, we will learn how to deploy the SAM applications. We have already learned what SAM applications and code look like, so we will learn how to deploy them via AWS CloudFormation:
- Firstly, let's set up our local environment for deployment purposes, and then start by installing awscli from pip:
- Next, you will need to configure your AWS environment using your credentials:
- You will need to enter the following details to make sure your AWS environment is successfully configured:
- Your AWS Access Key
- Your AWS ...