🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@bifravst/aws-cdk-lambda-helpers

Package Overview
Dependencies
Maintainers
2
Versions
406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bifravst/aws-cdk-lambda-helpers

Helper functions which simplify working with TypeScript lambdas for AWS CDK.

3.3.18
latest
Source
npm
Version published
Weekly downloads
1.2K
-19.32%
Maintainers
2
Weekly downloads
 
Created
Source

AWS CDK Lambda Helpers npm version

Test and Release semantic-release Renovate @commitlint/config-conventional code style: prettier ESLint: TypeScript

Helper functions which simplify working with TypeScript lambdas for AWS CDK.

Installation

npm i --save-dev --save-exact @bifravst/aws-cdk-lambda-helpers

Usage

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.

Example migrations to @bifravst/aws-cdk-lambda-helpers

Keywords

aws

FAQs

Package last updated on 13 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts