-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Type: Runtime.InvalidEntrypoint #651
Comments
I'm seeing same on 3.0.66 (cdk v2.145.0, Python v3.11.9)... Closest hint I've found so far is this SO question? It also looks like there are relevant post-merge comments on #424 |
In my case, running with environment variable
It seems like maybe the library itself is working fine and it's just the pre-built Lambda bundle that needs to be fixed? Specifically since the error is |
Force building the Lambda from scratch as per comments on: cdklabs/cdk-ecr-deployment#651
I am using v3.0.17 and running into this issue. Looks like this issue is flaky and not consistent. |
I am using one of the latest version (3.0.81) and I still see this issue. |
Are you all using Python? |
Hey.
I was using cdk_ecr_deployment==3.0.55
cdk --version 2.141.0 (build 3d1c06e)
python --version Python 3.11.9
and got today the error below
The text was updated successfully, but these errors were encountered: