UNPKG

serverless-plugin-external-sns-events

Version:

Plugin for the SLS 1.x branch to provide better support for SNS events to your Lambda functions

12 lines (9 loc) 285 B
language: node_js # 4.3.2 is what AWS Lambda currently uses node_js: - "5" - "4.3.2" before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi # For code coverage: after_success: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage