- 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:

推薦閱讀
- Azure IoT Development Cookbook
- 移動(dòng)界面(Web/App)Photoshop UI設(shè)計(jì)十全大補(bǔ)
- Active Directory with PowerShell
- Node.js:來一打 C++ 擴(kuò)展
- 移動(dòng)互聯(lián)網(wǎng)軟件開發(fā)實(shí)驗(yàn)指導(dǎo)
- Unity&VR游戲美術(shù)設(shè)計(jì)實(shí)戰(zhàn)
- 從零開始學(xué)UI設(shè)計(jì)·基礎(chǔ)篇
- TypeScript High Performance
- Isomorphic JavaScript Web Development
- Elasticsearch實(shí)戰(zhàn)(第2版)
- Swift編程實(shí)戰(zhàn):iOS應(yīng)用開發(fā)實(shí)例及完整解決方案
- Python網(wǎng)絡(luò)運(yùn)維自動(dòng)化
- 開源心法
- Getting Started with Phalcon
- Augmented Reality for Developers