Demo project showing how easy it is to set up AWS infra with CDK Level 2 constructs.
cdk/deployment.js: deployment pipeline (GitHub source, CDK synth, test/prod stages, and manual approval step)cdk/application.js: Lambda + API Gateway wiringlambda/worker.js: Lambda handler (business logic goes here)app.js: CDK entrypointtest/: unit and integration tests