REST API for stock management, built with the Serverless framework. Here's a walkthrough
- Install the serverless framework:
npm install -g serverless - Run
serverless install --url https://github.com/shalvah/stockupto install the service - Install dependencies:
cd stockup && npm install - Deploy:
serverless deploy(You'll need to configure the serverless CLI with your AWS credentials; follow these instructions)
- Node.js v6.5.0 or greater
- An AWS account. You can sign up for a free account here
- the serverless framework - CLI tool for building serverless apps
- AWS Lambda Functions - serverless cloud provider
- Node.js