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 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T13:09:52.000Z (almost 9 years ago)
- Last Synced: 2025-02-23T04:28:58.291Z (over 1 year 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.
[](https://Squeezer.IO)
[](https://travis-ci.org/SqueezerIO/squeezer-aws)
[](https://badge.fury.io/js/squeezer-aws)
[]()
### 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)