dynamodb-stream-algolia

1.2.0 • Public • Published

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

praveenkumarKajla
praveenkumarKajla

Contributors

William Cadenas
William Cadenas

Inspired from

dynamodb-stream-elasticsearch

Package Sidebar

Install

npm i dynamodb-stream-algolia

Weekly Downloads

4

Version

1.2.0

License

ISC

Unpacked Size

8.75 kB

Total Files

8

Last publish

Collaborators

  • kajlapk