Do I ping my container friends or my serverless friends for this? Halp, my Route 53 database is filling up!
I have a script that outputs text (could be JSON, could be anything, not relevant.)
I have a bunch of invocations of this script that need to be run; multiple arrays of parameters.
Where do I aggregate the output data for human review? My naive approach is an S3 bucket, in objects named derived from the parameters; there's probably a better answer.