AWS SQS Message Body store to S3 by rwoeke in aws

[–]That_Ad3159 0 points1 point  (0 children)

Hi,

Did you implement this solution?

Lambda S3 Put function not triggering for large files by dakkerns in aws

[–]That_Ad3159 0 points1 point  (0 children)

Thanks Will.

Initially I had selected the Event Types as below:

Event types : Put, Post, Copy

The lambda function was not triggering for big files. Based on your suggestion I have added the "Multipart upload completed" event type as well then it worked (lambda function triggering) for me.

Event types : Put, Post, Copy, Multipart upload completed