Quarkus AWS Lambda guide: missing class o.quarkus.amazon.lambda.runtime.QuarkusStreamHandler #31530
NebulousWeb
started this conversation in
Community
Replies: 1 comment
-
Solved it - it was a simple typo, I missed the first "i" in "io.quarkus.amazon.lambda.runtime.QuarkusStreamHandler". The mange.sh script runs only on Linux so I had to manually compose the AWS CLI commands to get it to work from the Windows command prompt. |
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.
-
Hello, I followed the guide for Quarkus AWS Lambda, and I am getting this error:
Class not found: o.quarkus.amazon.lambda.runtime.QuarkusStreamHandler: java.lang.ClassNotFoundException
And the instructions say not to change the handler class. Any ideas? I am using Quarkus 2.16, and the extension used is amazon quarkus-amazon-lambda. I deployed and tried to invoke using the AWS CLI. I then tried invoking it via Postman through the API Gateway and the cloudwatch logs are again complaining that the class o.quarkus.amazon.lambda.runtime.QuarkusStreamHandler cannot be found.
Beta Was this translation helpful? Give feedback.
All reactions