CDLUC3 / dmsp_aws_prototype

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

Build new DynamoDB table #80

Closed briri closed 2 months ago

briri commented 6 months ago

We need to create a DynamoDB Table that will be used to store data associated with the new system.

The Partition key should be the identifier of the record and the sort key should either be the version timestamp (when applicable) or the type of content (e.g. 'PROFILE', 'ACTIVITY_LOG', etc.).

This data should be backed up in the stage/prod environment.

briri commented 2 months ago

We will use a RDS relational DB