Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/squeezerio/squeezer-aws

AWS Squeezer Plugin . This plugin enables AWS Lambda support within the Squeezer Framework.
https://github.com/squeezerio/squeezer-aws

aws lambda squeezer squeezer-aws squeezer-framework squeezer-plugins

Last synced: about 21 hours ago
JSON representation

AWS Squeezer Plugin . This plugin enables AWS Lambda support within the Squeezer Framework.

Awesome Lists containing this project

README

        

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