faastjs

v1.0.0
Serverless batch computing made simple.
faast.js faastjs serverless aws lambda cloud functions batch

build

npm run clean && npx tsc && npm run doc

watch

npm run clean && npx tsc --watch

doc

node build/make-docs.js

set-gcp-key

node build/google-save-key.js

test

ava --concurrency=8 --timeout=4m

test-local

ava --concurrency=4 -m='!remote*'

test-aws

ava --concurrency=8 --timeout=2m -m='!remote*' -m='*aws*'

test-google

ava --concurrency=4 --timeout=4m -m='!remote*' -m='*google*'

test-aws-remote

ava --concurrency=8 --timeout=2m -m='remote*aws*'

test-google-remote

ava --concurrency=4 --timeout=4m -m='remote*google*'

test-debug

DEBUG=faast:provider,faast:info ava --fail-fast --serial

cleanup-cloud

node dist/src/cli.js cleanup aws -x -f && node ./dist/src/cli.js cleanup google -x -f

clean

rm -rf dist

tslint

npx tslint -p tsconfig.json

codecov

codecov

Metadata

Downloads

Maintainers