ts2asl
ts2asl copied to clipboard
allow for async invoke of lambda
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