serverless-offline

v8.2.0
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

format

eslint . --fix

prepare

npm run build

test:cov

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

test:log

npm run build && jest --verbose

test:unit

jest --verbose --silent --runInBand --config jest.config.units.js

test:watch

SKIP_SETUP=true jest --verbose --watch

test:noBuild

jest --verbose --runInBand --bail

prepublishOnly

npm run lint && npm run build

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
  • >=12.0.0
  • David Hérault
  • released 9/14/2021

Downloads