UNPKG

dynamodb-stream-elasticsearch

Version:

Missing blueprint for AWS Lambda. Reads stream from AWS DynamoDB and writes it to AWS ElasticSearch.

9 lines (8 loc) 160 B
module.exports = { removeEventData: (body) => { delete body.SequenceNumber delete body.SizeBytes delete body.StreamViewType return body } }