Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 317 Bytes

About

This repo contains a set of DynamoDB and a few S3 helper functions to help you use the DynamoDB database in a much more convenient, intuitive and safe manner.

Demo

successful, item = getItemDDB("your_partition_key", "your_sort_key", "your_table")
items = batchGetItemDDB(...)