Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/squeezerio/squeezer-aws
- Owner: SqueezerIO
- License: mit
- Created: 2017-08-15T09:21:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T13:09:52.000Z (over 7 years ago)
- Last Synced: 2024-11-09T11:44:03.907Z (about 2 months ago)
- Topics: aws, lambda, squeezer, squeezer-aws, squeezer-framework, squeezer-plugins
- Language: JavaScript
- Size: 65.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)