serverless-offline

v6.0.0-alpha.67
Emulate AWS λ and API Gateway locally when developing your Serverless project
serverless serverless framework serverless local serverless offline serverless plugin aws amazon web services api gateway http and 4 more...

lint

eslint .

test

npm run build && jest --verbose --silent --runInBand

build

rimraf dist && babel src --ignore "**/__tests__/**/*" --out-dir dist && copyfiles -u 1 "src/**/*.{vm,py,rb}" dist

prepare

npm run build

test:cov

npm run build && jest --coverage --silent --runInBand --collectCoverageFrom=src/**/*.js

test:log

npm run build && jest --verbose

prepublishOnly

npm run lint && npm run build && npm test

list-contributors

echo 'clone https://github.com/mgechev/github-contributors-list.git first, then run npm install' && cd ../github-contributors-list && node bin/githubcontrib --owner dherault --repo serverless-offline --sortBy contributions --showlogin true --sortOrder desc > contributors.md

Metadata

  • MIT
  • >=10.13.0
  • David Hérault
  • released 2/17/2020

Downloads