You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,14 @@ The ci_tools folder contains the following tools for use with AWS Lambda and Ama
33
33
34
34
Contains an appspec.yml file and deploy_scripts folder for deploying the service with AWS CodeDeploy.
35
35
36
-
###CloudFormation
36
+
## CloudFormation Templates
37
37
38
38
Create a CodeCommit repository called 'aws-codebuild-samples' and push this sample code into the repo. Then spin up all of the above easily with CloudFormation.
39
39
40
-
Create the continuous deployment stack, with a CodePipeline pipeline:
40
+
### Continuous Deployment
41
+
Set up continuous deployment with a CodePipeline pipeline:
aws cloudformation describe-stacks --stack-name aws-codebuild-samples-prod-stack --query 'Stacks[0].Outputs[?OutputKey==`Url`].OutputValue' --output text
54
53
```
55
54
56
-
Set up continuous integration for the application:
55
+
### Continuous Integration: Nightly Checks
56
+
57
+
Choose an email address for receiving email notifications. Then, [verify the email address in SES](https://us-west-2.console.aws.amazon.com/ses/home?region=us-west-2#verified-senders-email:) before setting up the CloudFormation stack.
0 commit comments