Skip to content

nayutaya/lamjet

Repository files navigation

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

About

AWS Lambda + Jasmine + CoffeeScript = Lamjet!

Resources

License

Stars

Watchers

Forks

Packages

No packages published