Replies: 1 comment
-
/cc @matejvasek (amazon-lambda), @patriot1burke (amazon-lambda), @zakkak (native-image) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried to follow the tutorial https://quarkus.io/guides/aws-lambda.
My Setup MacBook with Intel i7 - maven 3.9.5 - graalvm 21.0.1
mvn archetype:generate \ -DarchetypeGroupId=io.quarkus \ -DarchetypeArtifactId=quarkus-amazon-lambda-archetype \ -DarchetypeVersion=3.6.3
mvn install -Dnative
'LAMBDA_ROLE_ARN="arn:aws:iam::???:role/quarkus-lambda-role" sh target/manage.sh native create'
If I invoke the lambda with the provided payload, I receive the following error:
RequestId: d070c9d6-8514-470d-849a-148f9627fb5c Error: fork/exec /var/task/bootstrap: exec format error
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions