- Building Serverless Python Web Services with Zappa
- Abdulwahid Abdulhaque Barguzar
- 72字
- 2021-07-16 18:16:11
Configuring the AWS CLI
awscli directly accesses AWS services but we need to configure and authenticate it in order to access AWS services.
Run the aws configure command to configure the AWS CLI with your Amazon account:
You can get the AWS access key ID and AWS secret access key from the My Security Credentials option, as shown in the following screenshot:
Let's configure the AWS Lambda function using AWS CLI.