0.
Setup
Create a Cloud9 Workspace
Upgrade SAM CLI
1.
Create a new SAM app
Initialize project
Project Architecture
Explore the SAM template
Explore the Lambda code
2.
Run project locally
Install dependencies
Run using SAM CLI
Make a code change
Run the unit tests
3.
Manual Deploy to AWS
Let's talk about artifacts
Build the app
Deploy the app
Verify deployment
4.
Build the pipeline
Create a Git Repository
Configure credentials
Push the code
Creating the pipeline
Launch template
Verify creation
Write the buildspec file
Verify pipeline running
5.
Canary Deployments
How does it work
Update SAM template
Monitor canary health
Verify in CodeDeploy
Rollbacks
Wait for deployment to start
Invoke the canary
Watch CodeDeploy rollback
The end
Privacy
|
Site Terms
| © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Edit this page
CI/CD for Serverless Applications
>
Build the pipeline
>