1.0.30 • Published 8 years ago
calculus-cli v1.0.30
CalculusJS - AWS Lambda CLI + Serverless Micro-Framework for Nodejs
Provision Nodejs AWS Lambda functions that contain a defined CI/CD pipeline.
Why CalculusJS?
- To propogate the adoption of DevSecOps amongst all Serverless applications you are developing.
- As a NodeJS developer I want to use the same tooling I'm accustomed to when writing non-serverless applications (ex. Webpack, FlowType, Mocha, etc.).
- I want to automate the development of CI/CD pipelines for each and every Lambda function I write.
Prerequisites
- Git installed
- Terraform installed
- Unix based systems
Installation
npm install -g calculus
You will want to run above command as root user (sudo).
Configuration
calculus configure
How to start using?
I. Generate a Nodejs Lambda function
$ calculus create hello-world
$ cd ./hello-world
$ npm install
$ npm run build
II. Deploy your new Lambda function
$ cd ./hello-world
$ calculus deploy
FAQs
coming soon...
License
MIT, see LICENSE.md
for more information.
1.0.30
8 years ago
1.0.29
8 years ago
1.0.28
8 years ago
1.0.27
8 years ago
1.0.26
8 years ago
1.0.25
8 years ago
1.0.24
8 years ago
1.0.23
8 years ago
1.0.22
8 years ago
1.0.21
8 years ago
1.0.20
8 years ago
1.0.19
8 years ago
1.0.18
8 years ago
1.0.17
8 years ago
1.0.16
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago