DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
26 stars 8 forks source link

Feature 1123 ddb update #1125

Closed MugPand closed 9 months ago

MugPand commented 9 months ago

DynamoDB & Terraform Update

Github Issue Number Here: GitHub #1123 What user problem are we solving? The current DynamoDB tables and Terraform script reflect an older version of infra-configurations.

What solution does this PR provide? Updated DynamoDB tables and Terraform script to reflect new changes proposed by the following diagram: Also added user_id as GSI to ModelTable. image

Testing Methodology

How did you test your changes and verify that existing functionality is not broken Ran terraform file configurations and validated created DynamoDB Tables on AWS.

Any other considerations

farisdurrani commented 9 months ago

Delete the *.tfstate* files. Ignore the Sonarcloud warning

karkir0003 commented 9 months ago

Delete the *.tfstate* files. Ignore the Sonarcloud warning

@farisdurrani should this be gitignored?

farisdurrani commented 9 months ago

Yes. Deleted and gitignored

sonarcloud[bot] commented 9 months ago

Quality Gate Failed Quality Gate failed

Failed conditions

13.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud