lamjet

0.5.0 • Public • Published

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

Package Sidebar

Install

npm i lamjet

Weekly Downloads

1

Version

0.5.0

License

MIT

Last publish

Collaborators

  • yuyakato