1.0.10-1 • Published 9 months ago

simple-dynamo-utils v1.0.10-1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months 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

9 months ago

1.0.9

10 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.8-4

11 months ago

1.0.8-1

11 months ago

1.0.8-3

11 months ago

1.0.8-2

11 months ago

1.0.10

9 months ago

1.0.5-1

12 months ago

1.0.5

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago