We run daily jobs and store the data under the date folder in S3. The file contains a list of Identifier separated by Comma (Id1, Id2... Id100 etc).
Is there a way where we can add these values to DDB. I want this to happen everyday like a daily Job and update the DDB.
Is it also possible to just update the diff like
Day 1 has Id1, Id2. -> Dynamo Updates to Id1, Id2
Day 2 has Id2, Id3. -> Instead of deleting and adding all values, Can we override just the difference??