[QUESTION] Making AWS lambda reactive #47954
adampoplawski
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All
for example in Rest endpoint we can expose Uni instead of String and Quarkus would subscribe for us (user do not need to manage subscription).
For lambda we have some handlers in fashion:
public class Lambda implements RequestHandler<InputObject, OutputObject> {return outputObject}
Are there plans to support sth like(or it is supported and I missed in docs :D )
public class Lambda implements RequestHandler<InputObject, Uni> {return uniOutputObject}
so user do not need to manage subscription?
This is not issue ofc but question, so not sure if this is correct place to ask :).
Thx for help
Beta Was this translation helpful? Give feedback.
All reactions