Create a REST API on AWS Lambda using Lambdasync
AWS Lambda is a pretty great place to put your APIs, you don't need to configure any servers, you pay only for what you use, and it automatically scales as your audience does.
It can be a little tricky to get started though, this guide will talk you through building a basic API on Lambda.
To follow this tutorial you must have an account at Amazon Web Services, and you must have a set of security credentials ready....