artillery-plugin-aws-sigv4
Version:
A plugin for artillery.io that add an authentication header to every request that conforms to V4 of the AWS Signature Specification. See https://github.com/shoreditch-ops/artillery. Also see http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.htm
17 lines (16 loc) • 352 B
JSON
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"artillery": "^1.6.1",
"artillery-plugin-aws-sigv4": "file:../artillery-plugin-aws-sigv4",
"aws-sdk": "^2.750.0"
}
}