Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // ...
  2. const getModule = (config) => {
  3. const documentClient = new AWS.DynamoDB.DocumentClient(config)
  4.  
  5. return ({
  6. // ...
  7. putToList: (params, listName, object) => mergeInList(params, listName, [object])
  8. })
  9. }
  10. // ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement