Closed eduardo3g closed 2 years ago
Set up load test with Artillery.io to be executed locally by running the load-test script from package.json file.
load-test
Use load-test:debug to tell Artillery to print the HTTP responses from the AWS AppSync GraphQL API.
load-test:debug
The load test is working. Next step: set up distributed load test with Artillery and AWS Lambda.
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.