Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.1 KB

Serverless API Sample Project

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.

Requirements

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