Helper functions which simplify working with TypeScript lambdas for AWS CDK.
npm i --save-dev --save-exact @bifravst/aws-cdk-lambda-helpers
See the end-to-end test stack.
updateLambdaCode()
is a helper that will update
the function code of a lambda directly without a CloudFormation deployment,
which is many times faster. This is useful during development.
See this example on how to use it.