Packaging quarkus as a jar with AWS lambda dep #43230
nicklasweasel
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to disable the AWS lambda handler? I'm trying to make a util jar which needs the quarkus-amazon-lambda dependency but it results in a
Unable to find handler class, make sure your deployment includes a single com.amazonaws.services.lambda.runtime.RequestHandler or, com.amazonaws.services.lambda.runtime.RequestStreamHandler implementation
Or is is side-effect-free just to include a dummy-lambda?
edit: nope, having the lambda extension in the JAR makes it incompatible with Lambda HTTP later on. Also just including the lambda events in the jar wasn't enough.
Beta Was this translation helpful? Give feedback.
All reactions