上QQ阅读APP看书,第一时间看更新
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.