What is the most efficient way to get Elastic Map Reduce output into SimpleDB?
I'm aware that I could just output the results to S3, download them, and have a script parse the results and insert into SimpleDB.
But is there an easier/faster way where I can directly insert EMR output into SimpleDB (for time and efficiency reasons)?