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

```The inferred type of 'Tenant' cannot be named without a reference to '../../../../node_modules/dynamodb-toolbox/dist/esm/classes/Entity/types'. This is likely not portable. A type annotation is necessary.``` Getting the following TS issue while implementing...

fixes #631 I have also encountered this issue (Typescript error: TS2742) while converting a data access module I have to Typescript. This module is an NPM dependency in other repos,...

Looking to run a conditional update based on the existence of a particular attribute. I expect the type of `updatedProgress` to match the full entity, but the inferred type is...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies
patch

Hi, firstly thank you for all the hard work in developing this library, it is much appreciated. I am working on upgrading some existing code to use `v0.8.5` from `v0.3.x`,...

question

Hi, I'm currently utilizing pnpm for my project and I've come across a TypeScript issue: "The inferred type of 'putUserTest' cannot be named without a reference to '.pnpm/[email protected]/node_modules/ts-toolbelt/out/Object/Omit'. This is...

Right now, batch operations like `batchGet` do not provide type inference, and simply resolve to `any`. Will this be supported in the future, or is there an underlying technical reason...

As the topic suggests, when using the `EntityItem` type inference utility type, the result type is munged badly when used with a type Intersection. Consider the following: ```ts const Event...