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

Commit 171e76b

Browse files
asyncfulferdingler
authored andcommitted
Update _index.en.md
Fix grammar
1 parent 9da1e33 commit 171e76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop/content/javascript/buildpipe/howto/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ In this workshop, we are going to use the AWS Cloud Development Kit (also known
1919

2020
That's right! You can describe your infrastructure by writing code in TypeScript, C#, Python or Java. Your code is then synthesized into CloudFormation and using the CDK CLI you can deploy it to an AWS account.
2121

22-
### How does SAM and CDK play together?
22+
### How do SAM and CDK play together?
2323

24-
Serverless developers use the SAM framework to define their applications, SAM CLI to build them and deploy them and AWS CDK to provision any infrastructure related resources, like their CI/CD Pipeline. The nice thing about these tools is that they all share a common ground: CloudFormation.
24+
Serverless developers use the SAM framework to define their applications, SAM CLI to build them and deploy them and AWS CDK to provision any infrastructure related resources, like their CI/CD Pipeline. The nice thing about these tools is that they all share a common ground: CloudFormation.

0 commit comments

Comments
 (0)