Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 770 Bytes

File metadata and controls

25 lines (17 loc) · 770 Bytes

squeezer-aws

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

Squeezer.IO Build Status npm version DUB

Installation

cd PROJECT_DIR

npm i squeezer-aws --save

Activate the plugin

PROJECT_DIR/squeezer.yml

plugins:
  - name: squeezer-aws
    path: node_modules