AWS Lambda to run in background even after sending response to API Gateway
问题 I have searched all through the net but didn't find a solution of how to make this functionality get succeeded. Require help. My requirement is: I want a that if I trigger an aws lambda function written in node.js and uses an aws-serverless-express module must send back response quickly to API gateway but still should not exit and still run in the backend and we could see cloud watch logs. It must be asynchronous. The code snippet is: app.get('/check', function(req, res){ method.invoke(req)