scala-aws-lambda-handler
scala-aws-lambda-handler copied to clipboard
Can I do some async work in the lambda after returning a response
I have a lambda function that needs to do some async work after it has returned a response. How would I handle that when using the lambda template here?