AWS Fargate and SQS for Long-Running Jobs with TypeScript
This article will explain my experience in setting up the AWS ECS Fargate container which handles messages from SQS. The reason for having Fargate handle messages instead of lambda is that the message...