Skip to content

Commit 62ff150

Browse files
whummerclaude
andcommitted
Fix chaos fault JSON: remove unsupported 'rate' field
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 539b76d commit 62ff150

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

04-chaos-engineering/faults/ddb-throttle-localstack.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
{
33
"service": "dynamodb",
44
"operation": "UpdateItem",
5-
"error": "ProvisionedThroughputExceededException",
6-
"rate": 1.0
5+
"error": {
6+
"errorCode": "ProvisionedThroughputExceededException",
7+
"statusCode": 400
8+
}
79
}
810
]

0 commit comments

Comments
 (0)