Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaishimo/claudiajs-template

Claudia.js template
https://github.com/gaishimo/claudiajs-template

babel claudiajs lambda mocha nodejs power-assert

Last synced: 12 days ago
JSON representation

Claudia.js template

Awesome Lists containing this project

README

        

# 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
```