# squeezer-aws
AWS Squeezer Plugin  . This plugin enables AWS Lambda support within the Squeezer Framework.

[![Squeezer.IO](https://cdn.rawgit.com/SqueezerIO/squeezer/9a010c35/docs/gitbook/images/badge.svg)](https://Squeezer.IO)
[![Build Status](https://travis-ci.org/SqueezerIO/squeezer-aws.svg?branch=master)](https://travis-ci.org/SqueezerIO/squeezer-aws)
[![npm version](https://badge.fury.io/js/squeezer-aws.svg)](https://badge.fury.io/js/squeezer-aws)
[![DUB](https://img.shields.io/dub/l/vibe-d.svg)]()

### Installation

`cd PROJECT_DIR`

`npm i squeezer-aws --save`

### Activate the plugin

*PROJECT_DIR/squeezer.yml*

```yaml
plugins:
  - name: squeezer-aws
    path: node_modules
```

### [Check Documentation](https://docs.squeezer.io/clouds/aws/aws.html)
