the plugin gets the region from the aws.config and thus the region is always the aws region in which the artillery stack is deployed. Thus the request is always signed with the region in which the artillery stack is deployed and this makes, making a cross region call to the service that needs to be load tested impossible.
Desciption
adding an option in the plugin section of the script.yml to provide the region with which the request signing should be done. If no region parameter is provided then the region will default to aws.config.region.
Motivation
Desciption