AWS-SAM-Tutorial
AWS-SAM-Tutorial copied to clipboard
S3 bucket names need to be all lowercase
Otherwise you get
+ aws s3 mb s3://SAM-tutorial-test-12345
make_bucket failed: s3://SAM-tutorial-test-12345 An error occurred (InvalidBucketName) when calling the CreateBucket operation: The specified bucket is not valid.
PS, thanks for the tutorial
Good catch. Thanks for pointing it out!