The Serverless Application Framework - Powered By Amazon Web Services - http://www.serverless.com
npm install serverless-framework-0.56!Serverless Application Framework AWS Lambda API Gateway
Serverless Framework (BETA)
=================================




This is a fork version of the serverless framework based on version 0.5.6. I added ap-southeast-1 (Singapore) to support our current project.
Serverless is the application framework for building web, mobile and IoT applications exclusively on Amazon Web Services' Lambda and API Gateway. It's a command line interface that helps you build and maintain serverless apps across teams of any size. It's also completely extensible via Plugins. We believe AWS Lambda will be the focal point of the AWS cloud, and the Serverless Framework interprets AWS from Lambda's perspective.
* Run/test AWS Lambda functions locally, or remotely
* Auto-deploys, versions & aliases your Lambda functions
* Auto-deploys your REST API to AWS API Gateway
* Auto-deploys your Lambda events
* Support for multiple stages
* Support for multiple regions within stages
* Support for separate credentials per stage
* Manage & deploy AWS CloudFormation resources to each stage/region
* Project Variables allow staged/regional values in config files
* Project Templates reduce configuration
* Environment variable support
* Assign multiple endpoints and events to a function
* Interactive CLI dashboard to easily select and deploy functions and endpoints
* Optimize your Lambda functions for faster response times
* Support for API Gateway custom authorizers
* Project files can be published to npm
* 100% Extensible - Extend or modify the Framework and its operations via Plugins
* Powerful classes and methods for easy plugin development
* AWS best practices and optimizations built in
* A fantastic and welcoming community!
Install The Serverless Framework via npm: (requires Node V4)
```
npm install serverless-framework-0.56 -g
You can either install an existing project or create your own. We recommend starting out with the Serverless-Starter
``
serverless project install serverless-starter
Or you can create your own project
``
serverless project create
Refer to our documentation for more info. Enjoy!