lambda-api
lambda-api copied to clipboard
Finally step is started but is not "waited" for
trafficstars
the callback step in response is started but is not awaited, so my lambda finishes before finishing async operations inside finally step
I have also noticed this issue and was wondering if there is any work around for this?