@politico/lambda

v1.0.8
A utility library to simplify setting up lambda functions
lambda

test

echo "Error: no test specified" && exit 1

lint

npm-run-all lint:syntax lint:types

lint:syntax

npx eslint "./src/**/*.js?(x)"

lint:types

tsc --noemit

build:types

tsc --emitDeclarationOnly

build:docs

typedoc --plugin typedoc-plugin-markdown --out docs src/index.js

release

node bin/release.js
npm i @politico/lambda

Metadata

  • ISC
  • Whatever
  • Andrew Milligan
  • released 1/2/2024

Downloads