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

Commit 91db066

Browse files
committed
Updated intro to show CDK
1 parent b6a00b1 commit 91db066

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# CI/CD for Serverless Applications Workshop
22

3-
In this workshop, you will learn how to start a new Serverless application from scratch using the AWS Serverless Application Model (AWS SAM) and how to fully automate builds and deployments by building a continous delivery pipeline using AWS CodeCommit, AWS CodeBuild and AWS CodePipeline. You will also learn how to test a Serverless application locally using the SAM CLI.
3+
In this workshop, you will learn how to start a new Serverless application from scratch using the AWS Serverless Application Model (AWS SAM) and how to fully automate builds and deployments by building a continous delivery pipeline using the AWS CDK. You will also learn how to run a Serverless application locally using the SAM CLI.
44

55
![Image](workshop/static/images/github-home.png)
66

77
## Getting Started
88

9-
[https://cicd.serverlessworkshops.io](https://cicd.serverlessworkshops.io)
9+
Workshop URL: [https://cicd.serverlessworkshops.io](https://cicd.serverlessworkshops.io)
10+
11+
Looking for the old version of the workshop that **doesn't** use the AWS CDK? [https://v1.cicd.serverlessworkshops.io](https://cicd.serverlessworkshops.io).
1012

1113
## Want to contribute?
1214

13-
Check our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request. Any contribution must be done to the `dev` branch.
15+
Check our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request. Please submit your contributions to the `dev` branch.
1416

1517
## License
1618

workshop/content/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ weight = 1
55
+++
66
# CI/CD for Serverless Applications
77

8-
In this workshop, you will learn how to start a new Serverless application from scratch using the AWS Serverless Application Model (AWS SAM) and how to fully automate builds and deployments by building a continous delivery pipeline using AWS CodeCommit, AWS CodeBuild and AWS CodePipeline. You will also learn how to test a Serverless application locally using the SAM CLI.
8+
In this workshop, you will learn how to start a new Serverless application from scratch using the AWS Serverless Application Model (AWS SAM) and how to fully automate builds and deployments by building a continous delivery pipeline using the AWS CDK. You will also learn how to run a Serverless application locally using the SAM CLI.
99

10-
![Intro](/images/intro.png)
10+
![Intro](/images/github-home.png)
1111

1212
### Issues, Comments, Feedback?
1313

20.5 KB
Loading

workshop/static/images/intro.png

-102 KB
Binary file not shown.

0 commit comments

Comments
 (0)