A collection of utilities and helpers for AWS Cloud Development Kit (CDK) projects.
npm install @evandam93/cdk-utilsA collection of utilities and helpers for AWS Cloud Development Kit (CDK) projects.
A construct that simplifies the creation of event-driven architectures by connecting event sources to event targets.
This construct configures components such as EventBridge rule,
Lambda function, and SQS Queues to facilitate event consumption.
A construct that represents an AWS Lambda (Node.js runtime) function,
allowing you to define the function's code, runtime, and configuration.
A construct that represents a CloudFormation stack,
allowing you to define and manage AWS resources as a single unit.