-
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
Fix lambda no arg error #13610
Fix lambda no arg error #13610
Conversation
@patriot1burke pleas look at this. |
}, 10_000); | ||
|
||
try { | ||
LambdaClient.invoke(String.class, null); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could add overload with timeout?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
This looks good. Just need CI to pass, although I don't think its your code. |
Need to squash commits too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested a small style change.
Also as mentioned by @patriot1burke we need a squash.
...da/common-runtime/src/main/java/io/quarkus/amazon/lambda/runtime/AbstractLambdaPollLoop.java
Outdated
Show resolved
Hide resolved
This will need to be tested with lambda directly too. |
@patriot1burke Do you mean integration test for plain |
d7b9188
to
cabf8d9
Compare
rebased @patriot1burke PTAL |
cabf8d9
to
09e645f
Compare
I mean you need to test it with the real AWS Lambda. It will probably be fine, but i usually do that to make sure. |
@matejvasek I let you confirm you have done the test Bill asked for? Thanks! |
@gsmet sorry, I have not. |
Signed-off-by: Matej Vasek <[email protected]>
09e645f
to
c90bd8c
Compare
@gsmet I tested this with real AWS Lambda and it works. |
@gsmet PTAL |
@patriot1burke PTAL |
@gsmet @patriot1burke ping |
resolves #13595