Lets say I have an action for an intent that could take 45 to 90 seconds to complete. I want Alexa to say the request is accepted, and then when the response comes back, to tell the user the result. Is there a way to do this, or does it have to be synchronous and the handler blocks and hope it doesn't time out?
I'm using Amazon Lambda written in Javascript.