From the course: Learning Amazon Web Services Lambda

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Install and configure AWS SAM

Install and configure AWS SAM

- [Instructor] Now that we know why it is important to use a framework as AWS SAM for developing serverless applications, let's install it and configure it in our computer. Before installing AWS SAM, you need to have an AWS account, an IAM admin user, access keys, and secret key for that user to access your AWS account programmatically and the AWS CLI installed and configured. The first thing you need to do is to install the AWS CLI if you don't have it already. For that, you can follow the instructions on the guide on how to install the AWS CLI for your operating system. After you install it, you can validate the version by running this command in the console: aws --version and it should provide you with the latest version available. So in the SAM prerequisites webpage, you can see all the different prerequisites that I already mentioned. So you already have signed up for an AWS account. You have already created an IAM user…

Contents