eduardo3g / twitter

A serverless Twitter built with some cool stuff, such as the Serverless Framework, AppSync (GraphQL), Lambda, DynamoDB, Cognito, Kinesis Firehose, and Algolia ☁️
MIT License
42 stars 6 forks source link

feat: artillery load test #21

Closed eduardo3g closed 2 years ago

eduardo3g commented 2 years ago

Set up load test with Artillery.io to be executed locally by running the load-test script from package.json file.

Use load-test:debug to tell Artillery to print the HTTP responses from the AWS AppSync GraphQL API.

eduardo3g commented 2 years ago

The load test is working. Next step: set up distributed load test with Artillery and AWS Lambda.