Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 675 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 675 Bytes

dynamo-merge

Build Status NPM Version

Installation

yarn add dynamo-merge # or npm install dynamo-merge --save

Usage

import merge from "dynamo-merge"

const result = await documentClient.update({
    TableName: "users",
    Key: {email},
    ...merge(updatedUserAttributes),
})

Look at test.js for example use cases and the expected output.

Tests

To run tests, use

yarn test # or npm test

License

MIT