aws-cloudformation / aws-cloudformation/cloudformation-cli-java-plugin

Request handlers expect a synchronous ProgressEvent response instead of async

未关闭
#402 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。