ddb-table icon indicating copy to clipboard operation
ddb-table copied to clipboard

🔒 Strongly typed library for querying and modeling DynamoDB documents in TypeScript.

Results 3 ddb-table issues
Sort by recently updated
recently updated
newest added

TypeScript validation is failing when trying to sent an optional child field value. For example: ```ts interface MyDoc { id: string; foo?: { bar: string; } } const table =...

This is your weekly update of **all development** npm dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...

depfu