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 | | +-------------------------------------------+------------+------------+ | Get TEST CASE detail and check that | TestCaseID | | | USER_ID belongs to project