About this project

aws-cdk-lambda-helpers provides utility functions for developers using TypeScript and the AWS Cloud Development Kit (CDK). A key feature of the library is the `updateLambdaCode()` helper, which allows developers to update Lambda function code directly without requiring a full CloudFormation deployment. This capability is intended to accelerate the development cycle by reducing the time spent waiting for infrastructure deployments when only code changes are needed.