Technical requirements
You’ll need the AWS Command Line Interface (CLI) installed and configured: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html.
Here are the instructions for doing so:
- Visit the official AWS CLI installation page.
- Choose your operating system (Windows, Mac, or Linux) and download the installer.
- Run the installer and follow the on-screen instructions.
- After installation, configure your AWS CLI with credentials using the aws configure command. You’ll need your access key ID and secret access key, which can be found in your AWS IAM console.
You’ll also need the AWS Serverless Application Model CLI for deploying serverless applications: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html.
Here are the instructions for that:
- Visit the official AWS SAM CLI installation page.
- Follow the instructions for your operating system (Windows...