UNPKG

@compwright/ddb2es-serverless

Version:

Serverless handler to stream AWS DynamoDB to Elasticsearch (forked from dynamo2es-lambda)

11 lines (7 loc) 181 B
.DEFAULT_GOAL := test lint: node_modules/.bin/standard --fix src test test: lint node_modules/.bin/mocha --timeout 20000 test release: test node_modules/.bin/standard-version