1.2.0 • Published 3 years ago

dynamodb-stream-algolia v1.2.0

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

dynamodb-stream-algolia

Dynamodb Streams => lambda with dynamodb-stream-algolia => algolia

Installation

npm install dynamodb-stream-algolia

Usage

import { pushStream } from "dynamodb-stream-algolia";

pushStream({
    event,
    index_name: INDEX_NAME,
    appId: ALGOLIA.ALGOLIA_APP_ID,
    adminKey: ALGOLIA.ALGOLIA_ADMIN_API_KEY,
    logs: true
  })

logs is optional, default its false

hook cloudwatch logs so while debugging you can check issues

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Author

Contributors

Inspired from

dynamodb-stream-elasticsearch

1.2.0

3 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago