1.0.10-1 • Published 2 years ago

simple-dynamo-utils v1.0.10-1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

simple-dynamo-utils

This library includes simplified AWS DynamoDb functions.

Install

Just install the module with npm

npm install simple-dynamo-utils

Examples

Please refer to the examples folder in the repository

Functions

  • Generate Parameters:
    • Put: with old item return in case of over write
    • Get: with projection (returned attributes)
    • Query: with support for:
      • filters
      • start key
      • index name
      • projection (returned attributes)
      • limit (amount of items to query)
    • Scan: with support for:
      • filters
      • start key
      • projection (returned attributes)
      • limit (amount of items to scan)
      • parallel scan properties
    • Update: with support for:
      • custom update expression over write
      • return items new or old, updated or all
    • Delete: with old item return
1.0.10-1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.8-4

2 years ago

1.0.8-1

2 years ago

1.0.8-3

2 years ago

1.0.8-2

2 years ago

1.0.10

2 years ago

1.0.5-1

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago