aws-cloudformation / aws-cloudformation/cloudformation-cli-java-plugin
Request handlers expect a synchronous ProgressEvent response instead of async
未关闭
- 主要语言
- Java
- 星标
- 30
- 派生
- 48
- PR 合并指标
- 30 天内没有已合并 PR
描述
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?
贡献指南
评估
这个 Issue 还没有评估数据。