I configured AWS S3 trigger to lambda function with PUT operation.
Every 2 minutes uploading .txt file of size 100kb.
Sometimes S3 will trigger lambda twice with same event and time.
Trigger 1 :
START RequestId: f32a3353-bd53-48fd-aa49-c09ee9c82a3e 2019-07-30T22:47:05.122Z
Trigger 2 :
START RequestId: f32a3353-bd53-48fd-aa49-c09ee9c82a3e 2019-07-30T22:47:05.98Z
How can i avoid this?