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

/Question Interested to know what you will be doing with the TODO regarding object schemas. For example I am using data and pdata entity level map type attributes. The pdata...

question

I'm happy to add automated versioned releases to GitHub and NPM via GitHub Actions + Semantic Release if you're interested. I've done this a few times on various projects. It's...

enhancement

Hello boys, ## Problem We've realized that it is not possible (without `@ts-ignore`) to dynamically assign a Table to an Entity using typescript. My use-case is: - Define an Entity...

enhancement

How can add more attributes that I don't map in the Entity class? I'm trying to add but getting: Field 'correct_string' does not have a mapping or alias. Thanks

When defining the attributes for an entity in a constant such as: ```typescript export const TagPK = (data: { blog: string; postId: string }): string => `${data.blog}#${data.postId}`; export const TagEntity...

:wave: I have an issue with extending entities. When extending the Entity class I see the following unexpected behaviour: The inferred value for the get, put and update methods return...

related to https://github.com/jeremydaly/dynamodb-toolbox/projects/2#card-91242915