Skip to content

thijsdev/lambda-get-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pipeline for Lambda functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages