Tim Moores wrote:Long running jobs likely have different execution properties than lambdas. AWS Batch is probably better suited for those than AWS Lambda.
Thanks. Okay, AWS batch which is another PAAS (but not serverless and does not involve auto scaling). Yes, since AWS lambda does automatic scaling long running jobs is not an option.