项目作者: netroy

项目描述 :
CDK Construct Library to create nodejs Lambda functions with layers
高级语言: TypeScript
项目地址: git://github.com/netroy/aws-nodejs-layer.git
创建时间: 2019-12-19T15:45:12Z
项目社区:https://github.com/netroy/aws-nodejs-layer

开源协议:

下载


aws-nodejs-layer

Library to create nodejs Lambda functions with layers.

This CDK Construct creates a layer with all the node_modules bundled in it.
This makes incremental packaging of the lambda function quicker & smaller.

A Lambda created with this construct is also editable in the console (if one needs that for debugging purposes).