localstack-chaos-injector
Inject and manage chaos faults and network latency in LocalStack to test AWS service resilience during development.
Instructions
Injects, manages, and clears chaos faults and network effects in LocalStack to test system resilience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The specific chaos engineering action to perform. | |
| rules | No | An array of fault rules. Required for 'inject-faults', 'add-fault-rule', and 'remove-fault-rule' actions. | |
| latency_ms | No | Network latency in milliseconds. Required for the 'inject-latency' action. |