amashhour1974 / devopscon16-global

DevOpsCon 2016: The Life of a Serverless Microservice on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOpsCon 2016: The Life of a Serverless Microservice on AWS

Global resources needed by all services.

Setup

  1. Create CloudFormation stac based on global.json template.
  2. Upload public SSH Key to IAM user
  3. For each service
  4. Create repo in CodeCommit us-east-1 (N. Virgina)
  5. git clone ssh://***@git-codecommit.us-east-1.amazonaws.com/v1/repos/xxx-service
  6. deploy xxx-service-pipeline stack baesd on pipeline.json template
  7. edit pipeline and reconnect with Solano CI
  8. remove disabled stage transition
  9. release change to rerun pipeline

See also

About

DevOpsCon 2016: The Life of a Serverless Microservice on AWS

License:MIT License