UNPKG

@silvermine/serverless-plugin-cloudfront-lambda-edge

Version:

Plugin for the SLS 1.x branch to provide support for Lambda@Edge (not currently supported by CloudFormation

20 lines (16 loc) 389 B
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 - commitlint-travis - grunt standards - npm test # For code coverage: after_success: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage