Amazon web services – How To Control Object Type When Importing Large File From S3 To DynamoDB
I have a csv sitting in an S3 Bucket about 900,000 rows long, and within that csv I have two columns phone and ttl. I am able to successfully import this csv into a new DynamoDB table, however I am…