This plugin ships intermediate metrics object generated by an Artillery test run to an SQS queue.
The plugin is configured through the following environment variables:
SQS_QUEUE_URL
- the URL of the SQS queue to useSQS_REGION
- the region of the SQS queueSQS_TAGS
- optional - a list of objects like[{key: 'SomeKey', value: 'SomeValue'}, ...]
The environment that the plugin is running in needs to have IAM privileges to publish to the SQS queue.
MPL-2.0