cdk-lambda-扩展名
AWS CDK构造库,允许您将任何添加到Lambda函数。
样本
要从 github存储库添加s3-logs-extension-demo扩展,请执行以下操作:
// prepare the s3 bucket for the lambda logs
const bucket = new s3 . Bucket ( this , 'DemoBucket' ) ;
// prepare the Function
const fn = new Function ( t
总览
本节介绍如何创建显示的演示(演示开始于32分10秒左右)。
- The concepts demonstrated in this project are not suitable for production environments.
- This project is for frequently creating and tearing down demo/trial environments.
- This project is not for creating and man