I have a question that might be simple for you to decide, but I am quite new to this.
What do you think is the best way to host Node.js code for Messenger Bot?
I am considering to use AWS Lambda, but it seems quite robust to me. Isn't there any easier way?
Thanks.
I'd advise you to try out Heroku. I use the GitHub auto-deployment integration and it works like a charm! Look for the 'Deploy to Heroku' badge on some popular Messenger bot node.js repos on Github, and it literally does all the work for you!
Good luck.