0.5.0 • Published 9 years ago

lamjet v0.5.0

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

lamjet

MIT License npm Circle CI Dependency Status devDependency Status

Overview

AWS Lambda + Jasmine + CoffeeScript = Lamjet!

Installation

$ npm install -g lamjet

Usage

1. Create new Lambda function

$ cd /your/project/path
$ mkdir your-function-name
$ cd your-function-name
$ lamjet init
$ npm install
$ gulp  # or: npm test

2. Edit configuration

$ vim aws-lambda-config.js

3. Deploy function to AWS Lambda

# Setup AWS credentials
$ export AWS_ACCESS_KEY_ID=...
$ export AWS_SECRET_ACCESS_KEY=...

$ gulp deploy  # or: npm run-script deploy

License

MIT License

0.5.0

9 years ago

0.4.2

9 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago