queue-run-lambda

v0.8.1
This runtime is completely serverless. You can self-host this runtime on your AWS account.

build

rm -rf dist && yarn build:bundle

build:bundle

yarn esbuild src/index.ts --bundle --platform=node --target=node15 --outfile=dist/index.mjs --format=esm --inject:./src/require_shim.js --sourcemap --external:queue-run

lint

yarn eslint src/**/*.ts

prepare

yarn build

watch

rm -rf dist && yarn build:bundle --watch

Homepage

queue.run

Metadata

Downloads

Maintainers