SC5/serverless-deployment-codepipeline

Pipeline Options

Opened this issue · 0 comments

Option 1

One CodePipeline

  1. Push to CodeCommit
  2. Build artifacts with CodeBuild
  3. Deploy Service and other CloudFormation templates

Option 2

Two CodePipelines pipelines

Pipeline 1

  1. Push to CodeCommit
  2. Build and test with CodeBuild and save artifacts to S3

Pipeline 2

  1. Checkout artifacts from S3
  2. Deploy service and other CloudFormation templates

Implement in issue #2