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

Request handlers expect a synchronous ProgressEvent response instead of async

Aberta
#402 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Java
Estrelas
30
Forks
48
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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?

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.