AWS Lambda Client (alc)
Auto-loading, self-validating, minimalist node framework for Amazon Web Service Lambdas
Features
- Automatic routing based on folder structure
- Focus remove unnecessary boilerplate from your development process
- Ease-of-use with the serverless framework
- Local Development support
Philosophy
The alc philosophy is to provide a self evident tool for use with the amazon lambdas.
The alc encourages you to use small, internally routed API lambdas in a normalized OOP way.
In addition, it makes this like routing and validating API requests less cumbersome and time consuming.
Installation
This is a Node.js module available through the
npm registry.
Before installing, download and install Node.js.
Node.js 0.10 or higher is required.
If this is a brand new project, make sure to create a package.json
first with
the npm init
command.
Installation is done using the
npm install
command:
$ npm install alc