-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 native from documentation doesn't work properly #20689
Comments
I built the native file using Docker:
|
I switched to the previous version "2.2.3.Final" and everything works fine. |
Also, I think it makes sense to fix maven archetype and do not add the test which cannot be compiled. Or maybe I missed something. |
@patriot1burke people are reporting the same thing on Zulip as well |
@stuartwdouglas I wonder if 363a042 affected this somehow |
Ok, I'll fix this stuff. Probably the live coding stuff broke things. |
Great, thanks |
I can reproduce this from a real lambda deployment, but not in a local test environment. The poll loop is polling a successful request, but it has an empty body from lambda server. |
fix incoming |
Describe the bug
The problem is that the first invocation doesn't work, but the second is good.
Expected behavior
No exception in log for the first invocation.
Actual behavior
The problem is that the first invocation doesn't work, but the second is good.
The first invocation
The second invocation
How to Reproduce?
Hi,
I created a simple test project using https://quarkus.io/guides/amazon-lambda and maven
mvn archetype:generate \ -DarchetypeGroupId=io.quarkus \ -DarchetypeArtifactId=quarkus-amazon-lambda-archetype \ -DarchetypeVersion=2.3.0.Final
All code is here
https://github.com/Aleksandr-Filichkin/quarkus-lambda-issue
I deployed the lambda as native using
sam deploy -t sam.native --guided
.Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.3.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)mvn
Additional information
No response
The text was updated successfully, but these errors were encountered: