Here are
12 public repositories
matching this topic...
A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.
Updated
May 15, 2022
JavaScript
A pythonic interface to Amazon's DynamoDB for single-table design
Updated
Dec 15, 2021
Python
C# .NET Core implementation of the repository pattern using DynamoDB using single table and hierarchical data modelling approach
DynamoDB single table design in javascript and typescript made easy.
Updated
Apr 19, 2022
TypeScript
Collection of reference single-table models for DynamoDB helping you design your models and access patterns
Demo created to showcase the modeling of DynamoDB using the Single-Table design.
Updated
Mar 27, 2022
TypeScript
A demo application using AWS Appsync, DynamoDB, and NextJS
Updated
Nov 9, 2020
TypeScript
Work examples using dynamodb-datamodel
Updated
Aug 3, 2021
TypeScript
DynamoDB single table design with a simple use case to train myself 😄
An experiment to test the Single Table design pattern in DynamoDB in comparison to a Multi Table one.
Updated
Oct 18, 2020
TypeScript
Lambda GraphQl API with a single table DynamoDb data store for an online learning platform.
Updated
Oct 30, 2021
TypeScript
Improve this page
Add a description, image, and links to the
single-table-design
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
single-table-design
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I have a sortKey that is a number enum:
When querying this particular GSI which uses the officeStatus value as a sortkey, typedorm returns no items when setting the value equal to 0. When setting to 1, I get the users with officeStatus = 1.
As a test, I changed the above enum to have values 1 and 2 and changed my test dat