node.js and AWS Lambda Function continue function execution after callback
问题 I am trying to use a lambda function to alter a database and then send a push notification. I don't want to wait for the push notification server to reply. In the occasional case that the push notification is unsuccessful, that is not a concern. It is more important that the function executes in a timely manner. Currently I'm using the following two functions. Everything works as expected except that there doesn't seem to be any time saving. ie, when there is no device token and push is not