-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add support for Lambda asynchronous event retries #7259
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
Conversation
fadb089
to
3661abf
Compare
e9533fe
to
b48ef3c
Compare
294a97a
to
9d7794e
Compare
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.
LGTM! Just some minor test suggestion.
|
||
# publish a version so we can have more than one entries for list ops | ||
publish_version_result = lambda_client.publish_version(FunctionName=function_name) | ||
snapshot.match("publish_version_result", publish_version_result) |
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.
A get_function_event_invoke_config right after the publish, on the published version would be interesting. To verify if it sticks / has to be recreated.
Changes