UNPKG

@pharmaspectra/dynamodb-stream-elasticsearch

Version:

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

29 lines (28 loc) 428 B
module.exports = { printWidth: 120, tabWidth: 4, singleQuote: true, overrides: [ { files: '*.md', options: { tabWidth: 2, proseWrap: 'preserve' } }, { files: '*.yml', options: { tabWidth: 2, proseWrap: 'preserve' } }, { files: '*.yaml', options: { tabWidth: 2, proseWrap: 'preserve' } } ] };