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.

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠