How would I watch an S3 bucket and have the files that were uploaded to say a folder called in
be processed and then placed in a folder called done
?
I am converting PDF files into PNGs for a client and would love to not have a processing node sitting idle 90% of the time. It would be great if there was a way to kick off an EC2 instance once a file was uploaded, do the processing, and then shut the instance down.
Any guidance in this would be greatly appreciated.