CDLUC3 / dmsp_aws_prototype

Sceptre CloudFormation templates for DMPHub v2
MIT License
1 stars 0 forks source link

Create Dynamo tables for typeahead entries (Orgs) #85

Closed briri closed 1 week ago

briri commented 6 months ago

Determine if it's better to have a single table for all of this or smaller tables dedicated to their use

Create new DyanmoDB tables for:

Partition keys should be the unique identifier from the source system and sort keys should be the type of record (e.g. "ORG")

bofstein commented 1 week ago

Decided to have a single table. This table covers the Orgs part, while Repositories and Metadata have moved to new tickets: https://github.com/CDLUC3/dmsp_aws_prototype/issues/150 https://github.com/CDLUC3/dmsp_aws_prototype/issues/151

mariapraetzellis commented 1 week ago

This is a duplicate issue with #84