python-fastapi-aws-lambda-container
python-fastapi-aws-lambda-container copied to clipboard
Invalid Entrypoint
Hey, I completely followed your tutorial/guide on how to deploy with docker to lambda.
Unfortunately I get:
{ "errorMessage": "RequestId: a8dc26d0-bdac-4f4d-9a92-ff108abb9eb2 Error: fork/exec /lambda-entrypoint.sh: exec format error", "errorType": "Runtime.InvalidEntrypoint" }
you have any idea on how to fix this?
I have occurred same error
Encountered the same problem @jinseonggram @maksp-glitch What is your solution? Thanks.