Alexa connector for RASA

Hi. I’ve created an alexa_connector following the blogpost,inside which I’m trying to do steps based on the intent. I have created decorator functions following Alexa’s request handler instructions. Now, it doesn’t await “on_new_message” function and completes the process thereby giving an error. How do I resolve this? How to get the output from Rasa inside a decorated function?