You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried loading some custom JS code to load and transform the request body. However, this is not possible when this plugin is activated. I get the following error message
TypeError: Cannot create property 'addAmazonSignatureV4' on string './load-examples.js'
@RichardSieg I ran into this same issue and tried out your version. It worked great! I'm looking forward to it being merged and a new build. Thanks for your efforts!
I tried loading some custom JS code to load and transform the request body. However, this is not possible when this plugin is activated. I get the following error message
My config (the relevant part)
I guess this is due to the following line of code:
artillery-plugin-aws-sigv4/lib/aws-sigv4.js
Line 147 in cd0e66c
The text was updated successfully, but these errors were encountered: