Open paololazzari opened 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:
aws_s3
pip install aws_cdk.aws_s3
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
: