dynamodb-toolbox icon indicating copy to clipboard operation
dynamodb-toolbox copied to clipboard

A simple set of tools for working with Amazon DynamoDB and the DocumentClient

Results 130 dynamodb-toolbox issues
Sort by recently updated
recently updated
newest added

Using a generic specifier on an Entity with an attribute of e.g. `{ type: 'set', setType: 'string' }` causes the following TS error on update: > Type '{ $delete: string[];...

Starting to dig into DynamoDB at the moment and I came across this library. For someone new to DDB modeling, it isn't trivial to understand the "single table" concept. The...

Hi, Thanks for the great library. So I am building a GraphQL API and using your awesome library to do it. On the frontend I am using Apollo client, which...

Method to export the CloudFormation for your Table configuration to JSON or YAML

enhancement

This idea was inspired by how Redux Toolkit allows you to define types from your reducers without having to write everything twice (see: https://redux-toolkit.js.org/tutorials/advanced-tutorial, search page for "ReturnType") The same...

enhancement

### The problem I'm intermittently getting an `Invalid Entity` error when querying my table for a specific entity. ### The specifics When I run my code offline using dynamodb local...

bug

I updated to version 0.3 today in a Typescript environment and all of a sudden my attributes key in my entity definition is showing that it has an error (in...

bug

It would be nice to be able to use async/await for default callbacks. If you try to do it right now, it saves the property to Dynamo as `[object Promise]`...

enhancement
help wanted
good first issue

Currently, `put` will replace the old item if it exists. A `create` method could simply wrap `put` and add a `ConditionExpression`

The current test suite has over 100 tests, but they mostly verify expected parameters. It would be helpful (and safer) to test them against a DynamoDB instance. A cloud version...

test