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?
貢獻指南
研究方向
先閱讀 AbstractWrapper.java 中的 invokeHandler() 和 LambdaWrapper.java 中的 handleRequest(),然後追蹤 Java 外掛程式如何表示 ProgressEvent 回應。檢查 AWS Lambda 和 CloudFormation 的請求生命週期,以判斷是否支援非同步回應。只有在對回應契約做出明確決定,並就實作範圍達成共識後,才算完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- aws, java
- 領域
- cloud, tooling
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100