Using Cloudformation Fargate Cluster to create stack on AWS
- 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