{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
WIP: Lambda invocation loop rework#8508
Closed
dominikschubert wants to merge 61 commits into
Closed
Conversation
ea563d0 to
4fb0409
Compare
b769c9d to
d476257
Compare
473a900 to
9a161c3
Compare
9a161c3 to
9afa186
Compare
The previous version of the test assumed that every failing Lambda invocation triggers the DLQ. However, that only happends if the maximum number of retries are exhausted. Adjusting the number of retries speeds up and fixes this test.
The goal is to minimize the number of tests that require custom AWS quota adjustments. * Separated limits testing because monkeypatching allows edge case testing with LocalStack. * Fixed the scenario `put_function_concurrency_qualified_arn_exc`, which accidentially suffered from another AWS account-specific limits snapshot.
Revert CI config to master
35b62e8 to
cb21d7f
Compare
Member
|
will re-open as a separate one |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Result of initial coding session with @joe4dev and @dfangl
More details TBD
Internal documentation