Replies: 3 comments
-
Can you provide a bit of information about the host machine that you're building on? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
This makes me think that either the bootstrap binary in the zip archive is not the right one, or the binary doesn't have exec permissions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Looking for a bit of help as I can't seem to work out how to debug further with my current issue (which may or may not be architecture related but I can't tell).
I'm building my rust executable for a lambda runtime and keep getting the
InvalidEntrypoint
error when invoking it. I'm currently deploying the function using terraform.The code itself is basically just the code from
examples/basic.rs
copied into mymain.rs
file.Here is the Dockerfile that I use:
Here is my build script:
And this is my terraform for the lambda function resource:
And I keep getting the error:
Anyone have any idea what's going on? I'm not getting any build errors during the
cargo build
and I can see the file is getting extracted correctly (with thebootstrap
executable) in the AWS console.Beta Was this translation helpful? Give feedback.
All reactions