-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
AWS lambda - test case fails after adding qute dependency #24312
Comments
/cc @mkouba |
I don't think that you can just add the |
Neither am I, but I also assume it won't work |
I am not expecting it to work OOB. In my original project, I have a Template injected in to a service class and it generates reports and saves to S3. But as soon as I add this dependency, my test case starts failing. |
I mean AWS lambda + resteasy to work together OOB. |
quarkus-amazon-lambda-http (-rest) + resteasy + qute should work OOTB. (Doesn't resteasy + qute work OOTB?) I'll try to replicate. |
Sorry I didn't notice this before, but your project includes quarkus-resteasy-qute which will NOT work with regular lambda. I was able to run your project by including quarkus-qute (without resteasy). It would work with quarkus-amazon-lambda-http (or rest) which spins up an API gateway on AWS though. Hope I'm making sense, I'm going to close this bug. |
Describe the bug
I am working on a Quarkus AWS lambda service that generates some html reports and uploads to S3. Unfortunately my test cases started failing (with a 404) after adding quarkus-resteasy-qute dependency.
I have replicated the same in a starter project (with AWS lambda) here.
Expected behavior
The test case should not fail when adding quarkus-resteasy-qute dependency
Actual behavior
Test case fails with a 404
How to Reproduce?
Output of
uname -a
orver
Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:54 PST 2021; root:xnu-8019.61.5~1/RELEASE_X86_64 x86_64
Output of
java -version
openjdk 11.0.11 2021-04-20
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.4.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.4
Additional information
No response
The text was updated successfully, but these errors were encountered: