python/lambda-from-container example vs DockerImageFunction #845
Unanswered
fynnfluegge
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋,
The lambda container example in the python section uses EcrImageCode as lambda code.
My question is, if this example behaves similar to DockerImageFunction with DockerImageCode, in particular the maximum deployment capacity and memory allocation? I am confused why the
DockerImageFunction
construct even exists if you can simply specify the code in a lambda function asEcrImageCode
withaws_lambda.Runtime.FROM_IMAGE
🤔Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions