- Building Serverless Web Applications
- Diego Zanon
- 125字
- 2021-07-15 17:31:28
AWS CLI
The CLI is the command-line interface. For experienced users, it's a great tool to access information and manage resources. If you already have Python installed, you just need to run pip, which is the default package manager for Python, to install the CLI:
pip install awscli
The configuration of the CLI is very similar to the one used by the SDK. The only difference is that you need to add another environment variable: AWS_DEFAULT_REGION. You need this because the SDK uses AWS_REGION instead of the AWS_DEFAULT_REGION variable.
To test if your setup is correct, you can execute the ls (list) command to list S3 buckets:
aws s3 ls
Considering an AWS account with one bucket, the preceding command line derives the following output:

推薦閱讀
- UI圖標創意設計
- Getting started with Google Guava
- 潮流:UI設計必修課
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- PostgreSQL技術內幕:事務處理深度探索
- PyTorch Artificial Intelligence Fundamentals
- Web Development with Django Cookbook
- Learning Informatica PowerCenter 10.x(Second Edition)
- Interactive Applications Using Matplotlib
- MySQL數據庫管理與開發(慕課版)
- 精通Python設計模式(第2版)
- QGIS By Example
- SQL Server從入門到精通(第3版)
- Mastering Android Development with Kotlin
- Windows Phone 7.5:Building Location-aware Applications