Hacker News new | ask | show | jobs
by mejutoco 1381 days ago
You could use AWS batch. It is like lambda but for more resource intensive uses. I remember as part of the AWS certification exams this use was explicitly mentioned.

You can trigger it from an s3 upload, for example.

https://aws.amazon.com/batch/