DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

DSS Wrappers: DynamoDB update #133

Closed amarjandu closed 4 years ago

amarjandu commented 4 years ago

update dynamodb get_item to return dictionary of item attributes rather than body or singular return_key added update_item functionality to add or update item to a ddb table

Connected to #74

chmreid commented 4 years ago

Let's add a note on https://github.com/DataBiosphere/data-store/pull/133/files/7e5657a9fa1a4c49aa5d1c6675dd0f02605f422a#diff-d874e7fbf078548e846cac42cca49b42R23-R26 that it needs additional docstrings/explanation, and plan to address it later.

Then let's get this mother merged