UNPKG

@nypl/node-lambda-boilerplate

Version:

An AWS node-lambda boilerplate written in ES7 via Babel that includes various configuration, testing, and deployment scripts

11 lines (10 loc) 191 B
{ "EventSourceMappings": [ { "EventSourceArn": "<STREAM ARN IN AWS KINESIS CONSOLE>", "StartingPosition": "LATEST", "BatchSize": 50, "Enabled": true } ] }