英文: Lambda upload files with cdk? 问题 我正在部署一个包含Lambda函数的CDK应用程序。我需要上传一个名为query.sql的文件,以便在调用Lambda函数时执...
在AWS CDK中,`aws-codepipeline/Pipeline` 和 `pipelines/CodePipelines` 之间有什么区别?
英文: What is the difference between aws-codepipeline/Pipeline and pipelines/CodePipelines in AWS CDK ...
为@aws-cdk/aws-s3-deployment中的自定义资源Lambda创建日志组。
英文: Create log group for custom resource lambda in @aws-cdk/aws-s3-deployment 问题 I am using the @aws...
Python AWS CDK – 将Redshift用作Kinesis Firehose的目标?
英文: Python AWS CDK - Redshift as destination for kinesis firehose? 问题 我正在寻找一种在AWS CDK(Python)中将Redsh...
已解决:使用AWS CDK CustomResource和Lambda解决了MySQL PROTOCOL_CONNECTION_LOST错误。
英文: Solved: MySQL PROTOCOL_CONNECTION_LOST Error with AWS CDK CustomResource, Lambda 问题 我正在使用AWS CDK...
使用AWS CDK Python将安全组添加到EC2实例
英文: Add Security Group to EC2 instance using AWS CDK Python 问题 我正在尝试部署一个具有以下属性的EC2实例: EC2securitygro...
如何通过自定义安装命令在我的AWS Lambda上使用CDK安装sharp?
英文: How do I install sharp on my AWS Lambda via the CDK with a custom install command? 问题 I have an ...
如何重复使用 DynamoDB 表
英文: How to reuse dynamoDB table 问题 I use aws cdk to deploy a stack that contains a dynamoDB table. F...
如何捕获AWS分布式映射状态中的错误
英文: How to catch error in AWS distributed map state 问题 我在使用StepFunctions时遇到了一些问题...是否有办法捕获类似于States....
Structuring non-application specific infrastructure deployment with AWS CDK
英文: Structuring non-application specific infrastructure deployment with AWS CDK 问题 Currently setting...
7