@genie-solutions/lambda-toolbelt

v2.16.2
Toolbelt for creating Lambda functions

type-check

tsc --noEmit

type-check:watch

npm run type-check -- --watch

build

npm run build:types && npm run build:js

build:types

tsc --emitDeclarationOnly

build:js

babel src --out-dir lib --extensions ".ts,.tsx" --source-maps inline

bundle

webpack

clean

rm -rf lib && rm -rf _bundles

test

jest

test:watch

jest --watch

lint

eslint .

prepare

npm run clean && npm run build && npm run bundle

prepublishOnly

npm run test && npm run lint

preversion

npm run test && npm run lint

postversion

git push && git push --tags
npm i @genie-solutions/lambda-toolbelt

Metadata

  • ISC
  • Whatever
  • Daniel Pedroso
  • released 9/30/2021

Downloads