Skip to content

Hướng dẫn này sẽ giải thích những gì cần thiết để tạo một Amazon S3 bucket sử dụng AWS CDK Python

Notifications You must be signed in to change notification settings

vntechies/008-aws-cdk-python-s3

Repository files navigation

AWS CDK Python S3

Setup

Clone project này

git clone [email protected]:vntechies/008-aws-cdk-python-s3.git aws-cdk-python-s3

Tạo môi trường ảo cho Python trên MacOS hoặc Linux và cài đặt các depnedencies

$ python3 -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt

Cài đặt phiên bản mới nhất của AWS CDK CLI:

$ npm i -g aws-cdk

Deployment

$ cdk deploy '*'

About

Hướng dẫn này sẽ giải thích những gì cần thiết để tạo một Amazon S3 bucket sử dụng AWS CDK Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published