Skip to content

Commit db493d1

Browse files
Minor improvement to the README.md (added the region option when creating the S3 bucket) (#81)
* Added the region option when creating the S3 bucket to improve the documentation (README). * Bump version.
1 parent 7316a36 commit db493d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ https://s3.amazonaws.com/solution-builders-us-east-1/amazon-cloudfront-secure-st
130130
5. If you don’t have one already, create an S3 bucket to store the CloudFormation artifacts. To create one, use the following AWS CLI command:
131131

132132
```shell
133-
aws s3 mb s3://<S3 bucket name>
133+
aws s3 mb s3://<S3 bucket name> --region us-east-1
134134
```
135135

136136
6. Run the following AWS CLI command to package the CloudFormation template. The template uses the [AWS Serverless Application Model](https://aws.amazon.com/about-aws/whats-new/2016/11/introducing-the-aws-serverless-application-model/), so it must be transformed before you can deploy it.

templates/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Metadata:
1616
Mappings:
1717
Solution:
1818
Constants:
19-
Version: 'v0.13'
19+
Version: 'v0.14'
2020

2121
Rules:
2222
OnlyUsEast1:

0 commit comments

Comments
 (0)