Modeling Relational Data in DynamoDB (nested relationship)
问题 Entity Model: I've read AWS Guide about create a Modeling Relational Data in DynamoDB. It's so confusing in my access pattern. Access Pattern +-------------------------------------------+------------+------------+ | Access Pattern | Params | Conditions | +-------------------------------------------+------------+------------+ | Get TEST SUITE detail and check that |TestSuiteID | | | USER_ID belongs to project has test suite | &UserId | | +-------------------------------------------+-----------