Skip to content

Commit

Permalink
Cleaned up duplicate text
Browse files Browse the repository at this point in the history
  • Loading branch information
delve authored and mikedeck committed Apr 6, 2018
1 parent 2b1ae8a commit a95cc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevOps/0_CodeStar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Once you've chosen a region, you should deploy all of the resources for this wor
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:

* Source stage: source code is copied from the CodeCommit repository
* 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
* 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.
* Deploy stage: CloudFormation is used to deploy the SAM artifact, representing Lambda functions and an API Gateway environment.

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

0 comments on commit a95cc4b

Please sign in to comment.