serverless icon indicating copy to clipboard operation
serverless copied to clipboard

The Fargateway Pattern

Open pgarbe opened this issue 4 years ago • 0 comments

Running a Fargate service behind an API Gateway. You get all the advantages of API Gateway (e.g. Throttling) and it might be cheaper as an ALB (up until ~16 million requests per month)

The picture shows more than what I have in mind for the pattern. I'd focus on API Gateway / CloudMap / Fargate. image

source: https://aws.amazon.com/blogs/architecture/field-notes-serverless-container-based-apis-with-amazon-ecs-and-amazon-api-gateway/

pgarbe avatar Feb 16 '21 21:02 pgarbe