This is a sample Serverless project that creates a serverless API using the Serverless framework and Lambda API, a lightweight web framework for your serverless applications.
This project is a companion to the post How To: Build a Serverless API with Serverless, AWS Lambda and lambda-api at JeremyDaly.com.
This project is free to use as a starting point for building your Serverless APIs.
This project requires the installation of the Serverless framework:
npm install -g serverless
More details at: https://serverless.com/learn/quick-start/
This project is also dependent on Lambda API and serverless-stage-manager. Both can be installed by running the following in the cloned project folder:
npm install