I have a long running batch job that am planning to move to AWS Batch. Since it takes couple of hours to run this job, I cant use AWS Lambda.
But, one of the requirement is to trigger this job from my AWS SQS queue.
I couldn't find any reference documentation on this. Is it even feasible?