Skip to content

danbisso/serverless-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Worker / CD Pipeline

Demo project showing how easy it is to set up AWS infra with CDK Level 2 constructs.

Relevant files

  • cdk/deployment.js: deployment pipeline (GitHub source, CDK synth, test/prod stages, and manual approval step)
  • cdk/application.js: Lambda + API Gateway wiring
  • lambda/worker.js: Lambda handler (business logic goes here)
  • app.js: CDK entrypoint
  • test/: unit and integration tests

About

AWS self-mutating CI/CD pipeline deploying an API-invoked serverless handler

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors