0.2.1 • Published 8 years ago

serverless-starter v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

#Serverless Starter

serverless

A bare bones Serverless Framework project with examples for common use cases.

##Install

Make sure you have the Serverless Framework installed and you're using Node.js v4.0+.

npm install serverless -g

Install the project using Serverless:

serverless project install serverless-starter

Install project dependencies via npm:

npm install

Deploy your functions and endpoints:

serverless dash deploy

##Includes

This project contains the following:

  • Multi: Multiple functions each containing a single endpoint
  • Single: A single function that uses multiple endpoints.
  • Optimizer Plugin: Each function is automatically optimized via the serverless-optimizer-plugin
  • Templates: Templates are used to reduce configuraton syntax
  • REST API Parameters: The Multi/Show function endpoint gives an example of how to accept a path parameter
0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago

0.0.1

8 years ago