@bifravst/aws-cdk-lambda-helpers
v3.5.139
Published
Helper functions which simplify working with TypeScript lambdas for AWS CDK.
Readme
AWS CDK Lambda Helpers 
Helper functions which simplify working with TypeScript lambdas for AWS CDK.
Installation
npm i --save-dev --save-exact @bifravst/aws-cdk-lambda-helpersUsage
See the end-to-end test stack.
updateLambdaCode() helper
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.
