The AWS docs to import data from S3 into a Dynamo DB table using Data Pipeline (https://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-importexport-ddb-part1.html) references an S3 file (s3://elasticmapreduce/samples/Store/ProductCatalog) which is in this format:
Question is... how do I get a CSV of say 4 millions rows into this format in the first place? Is there a utlity for that?
Thanks for any suggestions... I've had a good google and haven't turned up anything.