Installing artillery on aws-lambda

320 Views Asked by At

I'm interested in using aws-lambda to generate load with Artillery. Does anyone know if I can load Artillery onto a Lambda instance? If so, any guidance would be appreciated.

1

There are 1 best solutions below

0
On

Artillery has built-in support for running tests in Lambda. You can use the run-lambda command for this:

artillery run-lambda --region eu-west-1 test.yml

More info on how to run tests from AWS Lambda: