Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit a95cc4b

Browse files
delvemikedeck
authored andcommitted
Cleaned up duplicate text
1 parent 2b1ae8a commit a95cc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevOps/0_CodeStar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Once you've chosen a region, you should deploy all of the resources for this wor
8383
1. Once provisioning is complete, there will be a brief delay as the CodePipeline pipeline executes for the first time. The pipeline consists of three stages:
8484

8585
* Source stage: source code is copied from the CodeCommit repository
86-
* Build stage: a CodeBuild project executes the commands defined in the project's buildspec.yml to compile the source code into a deployable artifact, in this case, a Serverless Application Model (SAM) artifact in this case
86+
* Build stage: a CodeBuild project executes the commands defined in the project's buildspec.yml to compile the source code into a deployable artifact, in this case a Serverless Application Model (SAM) artifact.
8787
* Deploy stage: CloudFormation is used to deploy the SAM artifact, representing Lambda functions and an API Gateway environment.
8888

8989
When these stages are complete, an API Gateway **Application endpoint** will appear in the dashboard.

0 commit comments

Comments
 (0)