Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.55 KB

README.md

File metadata and controls

27 lines (26 loc) · 1.55 KB

Working steps

  1. Create bucket to put artifacts
    aws s3 mb s3://lambda-pipeline
  1. Transform the template-file an upload the artifacts
    aws cloudformation package --template-file get_container.yaml --output-template-file get_container_cf.yml --s3-bucket lambda-pipeline
  1. Deploy the function
    aws cloudformation deploy --template-file get_container_cf.yml --stack-name lambda-pipeline --capabilities CAPABILITY_IAM

Links

TODO

  • Prepare console screen walk-trough.
  • Create diagrams to show what we build.
  • Tweak the lambda-pipeline/ServerlessPipeline.yaml pipeline Cloudformation file.