UNPKG

@compwright/ddb2es-serverless

Version:

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

22 lines (12 loc) 834 B
# @compwright/ddb2es-serverless [![Download Status](https://img.shields.io/npm/dm/@compwright/ddb2es-serverless.svg?style=flat-square)](https://www.npmjs.com/package/@compwright/ddb2es-serverless) Serverless handler to stream AWS [DynamoDB Streams](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html) to [Amazon Elasticsearch Service](https://aws.amazon.com/elasticsearch-service/) via [AWS Lambda](https://aws.amazon.com/lambda/details/). > This package is a fork of [dynamo2es-lambda v2.0.0](https://github.com/AntonBazhal/dynamo2es-lambda). ## Installation ```bash $ npm install --save @compwright/ddb2es-serverless @elastic/elasticsearch ``` ## Documentation See https://github.com/AntonBazhal/dynamo2es-lambda for configuration instructions and usage examples. ## License The MIT License (MIT)