Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lamjet

nayutaya6MIT0.5.0

AWS Lambda + Jasmine + CoffeeScript = Lamjet!

AWS, Coffee, CoffeeScript, Jasmine, Lambda

readme

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