Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 886 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 886 Bytes

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