zalando-stups/fullstop

Lambda Plugin: Support UpdateFunctionCode events

harti2006 opened this issue · 1 comments

UpdateFunctionCode* CloudTrail events seem to have a different payload format. Especially the S3 key / S3 bucket are at a different location, when compared to CreateFunction events.

Expected behavior

Fullstop should be able to recognize the S3 bucket and key properly, depending on the event type.

Step needed

Find all different variants of S3 coordinates in the different event types and versions.

fixed by #525