Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@
{
"id": "awsmeter",
"name": "AWS Support",
"description": "JMeter plugin to execute test over AWS Services like Kinesis Data Stream, SQS Standard and FIFO queue and SNS Standard and FIFO topic.",
"description": "AWS Meter is a comprehensive JMeter plugin designed to execute performance tests against AWS services including Kinesis, SQS, SNS, Cognito, and EventBridge. This plugin provides specialized Java samplers for each AWS service, leveraging the AWS SDK for seamless integration and communication.",
"screenshotUrl": "https://raw.githubusercontent.com/JoseLuisSR/awsmeter/main/doc/img/awsmeter-diagrams-Logo.png",
"helpUrl": "https://github.com/JoseLuisSR/awsmeter",
"vendor": "JoseLuisSR",
Expand Down Expand Up @@ -1329,6 +1329,13 @@
"depends": [
"jmeter-core"
]
},
"4.1.1": {
"changes": "Get AWS credentials from EC2 instance profile and ECS task IAM role.",
"downloadUrl": "https://github.com/JoseLuisSR/awsmeter/releases/download/v4.1.1/awsmeter-4.1.1.jar",
"depends": [
"jmeter-core"
]
}
}
},
Expand Down