AWS CDK v2 TypeScript starter for Node.js Lambda with Middy middleware
This boilerplate provides AWS CDK v2 infrastructure and TypeScript-based Node.js Lambda setup using the NodejsFunction construct and the Middy middleware engine. It includes Function URL support, CloudFront origin integration (with optional WAF), configurable concurrency and ephemeral storage, and common HTTP middleware like JSON parsing, security headers, and error handling. It's intended for building serverless HTTP APIs and Lambda-backed web endpoints that need middleware and CDN distribution.
0