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
24 stars 8 forks source link

trainspace run dynamo table #999

Closed karkir0003 closed 12 months ago

karkir0003 commented 12 months ago

Trainspace Run DynamoDB Table

Github Issue Number Here: #995 What user problem are we solving? Creation of a separate trainspace run DynamoDB table to track a user's trainspace run attempts. This table lets us track a user's trainspace run attempt and store the S3 links to the result files.

What solution does this PR provide? SST resource of the trainspace run DynamoDB table stored in an infrastructure as code framework

Testing Methodology Ran a dev deploy and took a look at the created dynamodb table to see if the partition key and global secondary indices are correct. We will also need to actually write data to the table in order to test that the CRUD operations work with this new table given valid data.

Any other considerations Decide on how we can configure a Time to live (TTL) setting for data retention policy purposes