awsdocs / aws-cdk-guide

User guide for the AWS Cloud Development Kit (CDK).
Other
335 stars 222 forks source link

Python quickstart example requires aws_cdk.aws_s3 to be available #362

Open paololazzari opened 3 years ago

paololazzari commented 3 years ago

In this section: https://github.com/awsdocs/aws-cdk-guide/blob/main/doc_source/hello_world.md#-python--3

you should mention that the user has to install aws_s3:

pip install aws_cdk.aws_s3