You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The invokeHandler() method in AbstractWrapper.java and handleRequest() method in LambdaWrapper.java seems to always return a synchronous response in form of ProgressEvent. With server side programming semantics, I would expect them to return an async response (like a JAVA future).
Is this a limitation of aws lambda or the cloudformation infra should use the async library for aws lambda?
The text was updated successfully, but these errors were encountered:
The invokeHandler() method in AbstractWrapper.java and handleRequest() method in LambdaWrapper.java seems to always return a synchronous response in form of ProgressEvent. With server side programming semantics, I would expect them to return an async response (like a JAVA future).
Is this a limitation of aws lambda or the cloudformation infra should use the async library for aws lambda?
The text was updated successfully, but these errors were encountered: