Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 2c5fa83

Browse files
authored
v1.0.1
Removed reference to re:Invent and corrected buildspec
2 parents fe7aa3a + 3b412b5 commit 2c5fa83

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

workshop/content/buildpipe/buildspec/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ phases:
4141
post_build:
4242
commands:
4343
# Use Post-Build for notifications, git tags, upload artifacts to S3
44-
- sam package --template-file template.yaml --s3-bucket $PACKAGE_BUCKET --output-template-file packaged.yaml
44+
- sam package --s3-bucket $PACKAGE_BUCKET --output-template-file packaged.yaml
4545
4646
artifacts:
4747
discard-paths: yes

workshop/content/canaries/finished/_index.en.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ weight = 50
66

77
<hr>
88

9-
#### **Thank you for attending this workshop!**
9+
#### **Thank you for doing this workshop!**
1010
#### We hope you learned something.
11-
#### Please complete the session survey in the mobile app.
1211

1312
<hr>
1413

15-
#### Stay tuned on this website, we are working on new modules!
16-
17-
#### Coming soon:
18-
#### Module 6. Cross-Account Deployments
19-
#### Module 7. Cross-Region Deployments
14+
#### Stay tuned on this website as we are working on new modules!
15+
#### If you have a suggestion or feedback to improve this workshop,
16+
#### please let us know in our [GitHub repository](https://github.com/aws-samples/aws-serverless-cicd-workshop).
2017

2118
<hr>

0 commit comments

Comments
 (0)