Is there a way to invoke/Use AWS SDK in gatling/scala?




down votefavorite


|



I’m trying to do performance testing of a service which hits a couple of AWS endpoints. We have a JMeter script to perform that testing. But recently we came to know Gatling can scale more. So I’m trying to convert my JMeter script to Gatling script. There is a point where I need to read the private key. For that, I need to use AWS SDK. In JMeter, I just copied AWS-SDK jar file into lib folder and it worked. But I’m not sure how I need to use AWS SDK for Gartling. Can any of you have an idea about this stuff? Please help



|