Skip to content

Scalable AWS ECS Fargate using Apollo Server as an example

Notifications You must be signed in to change notification settings

rayspock/scalable-ecs-fargate

Repository files navigation

Scalable AWS ECS Fargate using Apollo Server as an example

Architecture

Scalable ECS Fargate

Using Cloudformation Fargate Cluster to create stack on AWS

Run it locally via Docker Compose

  • Build and run the image
$ yarn start
  • Populate data.txt with
{"query":"{ books { title } }"}
  • Test it with Apache Benchmark
$ ab -v 3 -n 10000 -c 10 -T 'application/json' -p data.txt http://localhost:3000/graphql

Reference

About

Scalable AWS ECS Fargate using Apollo Server as an example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published