# Serverless utils

## Installation

```bash
npm install --save sls-utils
```

## Test 
```bash 
$ npm run test 

# test single file 
$ npm run test -- src/Filename.test.js 
```

## Usage

See examples to know how to use.
