-
Notifications
You must be signed in to change notification settings - Fork 90
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
Support EventBridge events in lambdas/es/indexer, test event shape #1987
Conversation
…g eTag better, support EventBridge
Codecov Report
@@ Coverage Diff @@
## master #1987 +/- ##
==========================================
+ Coverage 46.74% 47.16% +0.42%
==========================================
Files 332 332
Lines 16439 16574 +135
Branches 2191 2214 +23
==========================================
+ Hits 7684 7817 +133
- Misses 7856 7858 +2
Partials 899 899
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
… fix missing _op_type that would cause delete events to be missed
…riggers events, as opposed to manifest keys
…rsion_id for packages and delete markers
Co-authored-by: Alexei Mochalov <[email protected]>
} | ||
}, | ||
# we delete synchronously, so don't let it linger too long | ||
timeout='20s' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens if this times out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't do the delete. I could do this async.
…ed with the tag so that _id primray key is always unique
Co-authored-by: Sergey Fedoseev <[email protected]>
Description
TODO