Skip to content

Commit

Permalink
Merge pull request #29 from lifeomic/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swain authored Mar 7, 2022
2 parents be98fd1 + 0112c7f commit e7be19f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ yarn add @lifeomic/delta
This helper provides an abstraction over a DynamoDB Stream Lambda handler.

```typescript
import { DynamoStreamHandler } from '@lifeomic/delta';

const stream = new DynamoStreamHandler({
logger,
unmarshall: (object) => {
Expand Down

0 comments on commit e7be19f

Please sign in to comment.