AWS Lambda & S3 Integration | Automatic trigger Amazon Lambda function on s3 event

0

How to write Kotlin for AWS Lambda & S3 Integration | Automatic trigger Amazon Lambda function on s3 event using CDK.

已提问 2 年前361 查看次数
1 回答
0

CDK reference for triggering lambda on S3 events.

CDK reference for creating a lambda function.

Write lambda function handler in Kotlin - Sample.

Sample S3 notification which will be received as event parameter in the handler. Read the event as per use case and perform the required actions in the handler.

You will also need to create the required IAM roles / policies. This is an example of doing it via the console. You can refer cdk documentation to create these roles via code.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则