mbonig.aws-lambda-nodejs.NodejsFunctionPlus 0.0.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

mbonig.awslambdanodejs.NodejsFunctionPlus 0.0.1

Matt's Lambda Node.js Library
---


This is a developer preview (public beta) module. Releases might lack important features and might have
future breaking changes.
This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.



This library provides constructs for Node.js Lambda functions. Well, ok, so AWS already does that with the @aws-cdk/aws-lambda-nodejs package.
All this CDK construct does it expose the same NodejsFunction construct as that other package, but I set the AWS_NODEJS_CONNECTION_REUSE_ENABLED for you. Why? Because it's a super great environment flag built into the AWS SDK which enables http keep-alive, and greatly improves performance.
Usage
This is a drop-in replacement:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
# import {NodejsFunction} from '@aws-cdk/aws-lambda-nodejs';
from nodejsfunction_plus import NodejsFunction

NodejsFunction(self, "whatever")

Contributing
Just submit a PR.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.