UNPKG

@silvermine/serverless-plugin-external-sns-events

Version:

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

20 lines (16 loc) 380 B
dist: focal language: node_js node_js: - "node" # Latest node version - "lts/*" # Latest LTS version - "14" - "12" before_install: npm i -g npm@6.14.12 script: - node --version - npm --version - npm run standards - npm test # For code coverage: after_success: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage