ts2asl icon indicating copy to clipboard operation
ts2asl copied to clipboard

allow for async invoke of lambda

Open OlafConijn opened this issue 2 years ago • 0 comments

currently typescript functions deployed as lambdas are always synchronously invoked. what the compiler should do instead is dependent on whether the function returns a a promise and whether that promise is awaited. if the promise is not awaited, an asynchronous invocation should be generated instead

OlafConijn avatar Mar 13 '22 23:03 OlafConijn