aws-samples/aws-modern-application-workshop

Insert bash code

Closed this issue · 0 comments

On the work through https://aws.amazon.com/getting-started/hands-on/build-modern-app-fargate-lambda-dynamodb-python/module-five/

In the line 'First, use the AWS CLI to create a new S3 bucket where our Lambda function code packages will be uploaded to. S3 bucket names need to be globally unique among all AWS customers, so replace the end of this bucket name with a string that's unique to you:'

This could do with a copyable bit of bash code. i.e.

aws s3 mb s3://REPLACE_YOUR_NEW_BUCKET

I know it was used earlier but would just make life easier to progress through the exercise and more consistent with the rest of the well documented example.

EDIT: Upon reflection makebucket is something quite basic you learn in module one. Up to you, I was just a little perplexed with the instruction and trying to remember.