Skip to content

gaishimo/claudiajs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claudia.js Template

A boilerplate to develop Lambda (or Lambda & API Gateway) with Claudia.js.

Stack

  • Claudia.js
  • Babel (ES2015 ES2016 ES2017)
  • ESLint
  • flow-type
  • Mocha
  • power-assert

How to use

Install

yarn install

Test

yarn test

Create Lambda function & API Gateway

yarn run create

Update Lambda function & API Gateway

yarn run update