A collection of CDK constructs and utilities for making the development of AWS based applications easier and safer in a practical way.
See examples/ folder for a showcase of the constructs in this lib
Creates a Lambda with common utilities for default live alias, auto scaling of provisioned concurrency, log subscription, default security group, custom CA certificate config etc
- Check Construct BaseNodeJsLambda for more details
Creates an AWS APIGateway from definitions in an Openapi document based on Zod schemas and connects routes defined in Openapi to Lambda functions.
- Check Construct OpenapiGatewayLambda for more details
Creates an WSO2 API from definitions in an Openapi document.
- Check Construct Wso2Api for more details