When moving a working lambda function that uses a docker image with uvicorn to use Lambda Capacity Provider I'm seeing this error:
Lambda function 'myfunction' for version '$LATEST.PUBLISHED' failed to stabilize since it is in Failed state due to FunctionError.InvalidEntryPoint(The Lambda function's runtime entrypoint path isn't valid. The path must be absolute, non-empty, and point to an executable file.)
Normally we don't have a entrypoint for this setup. How can we configure this to work with a Lambda Capacity Provider?
When moving a working lambda function that uses a docker image with uvicorn to use Lambda Capacity Provider I'm seeing this error:
Lambda function 'myfunction' for version '$LATEST.PUBLISHED' failed to stabilize since it is in Failed state due to FunctionError.InvalidEntryPoint(The Lambda function's runtime entrypoint path isn't valid. The path must be absolute, non-empty, and point to an executable file.)
Normally we don't have a entrypoint for this setup. How can we configure this to work with a Lambda Capacity Provider?