AWSLambda: Try to pull images from multiple repositories#5895
Merged
bblommers merged 1 commit intogetmoto:masterfrom Feb 2, 2023
Merged
AWSLambda: Try to pull images from multiple repositories#5895bblommers merged 1 commit intogetmoto:masterfrom
bblommers merged 1 commit intogetmoto:masterfrom
Conversation
0285245 to
47f8c4b
Compare
Contributor
|
This is now part of moto >= 4.1.2.dev21 |
viren-nadkarni
pushed a commit
to localstack/moto
that referenced
this pull request
Feb 7, 2023
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #5886
When invoking an AWSLambda function, the requested image can be found in one of these repos:
mlupin/docker-lambda(the repo with up-to-date AWSLambda imageslambci/lambda(the repo with older/outdated AWSLambda imagesThis PR ensures that we cycle through all of them - when we find the repo that contains our image, we use that one.
For most users, this means the
MOTO_DOCKER_LAMBDA_IMAGE-variable is no longer required. But we'll keep the functionality in case people want to configure a different repository instead.