1 Answer
- Newest
- Most votes
- Most comments
0
The problem comes from the fact that the image you are using does not contain the necessary code that Lambda runtime expects in the image.
Please follow these instruction to build a container Lambda from alternative images than the one provided by AWS.
https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-create-from-alt
Relevant content
- AWS OFFICIALUpdated 6 months ago
