Skip to content

Code for the presentation 'Infrastructure as Code' con AWS CloudFormation y Serverless AWS Summit México 2019

Notifications You must be signed in to change notification settings

ChristianAvila/aws-summit-mexico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Summit Mexico

Serverless is a wonderful tool to manage serverless architectures but it also helps us to manage our CloudFormation templates in a better manner.

Requirements

serverless
cfn-lint (optional)

Validate template

serverless package --stage dev --verbose
cfn-lint .serverless/cloudformation-template-update-stack.json

Install

Create the initial CodePipeline and then all future changes will be deployed in automatic after a code change in the master branch. You can use your own repository and token to test it.

serverless deploy --stage dev --verbose

Uninstall

Clean up all objects form artifacts buckets, update buildspec.yaml to remove serverless services and then you can save remove the initial pipeline

serverless remove --stage dev --verbose

About

Code for the presentation 'Infrastructure as Code' con AWS CloudFormation y Serverless AWS Summit México 2019

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published