Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update catalog lambda to support DeleteMarkerCreated event #24

Merged
merged 4 commits into from
Dec 18, 2020

Conversation

nefkor
Copy link
Contributor

@nefkor nefkor commented Dec 18, 2020

Issue #, if available:

Description of changes: When s3 buckets are versioning enabled, and an object is deleted, it generates a DeleteMarkerCreated event. So, in order to support this delete event, the condition is added in this commit.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

nefkor and others added 4 commits December 15, 2020 10:04
Previously, this lambda failed because it was able to handle only regular s3 events. For large files that require multipart upload, a different s3 event is generated and this lambda was unable to handle it. Now it is fixed.
@jaidisido jaidisido merged commit 57a3d4b into aws-solutions-library-samples:master Dec 18, 2020
@jaidisido jaidisido added the enhancement New feature or request label Jan 7, 2021
@jaidisido jaidisido self-assigned this Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants