Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 452b3c3

Browse files
FIS: Drop support for LocalStack-only actions (#1538)
1 parent 35f6055 commit 452b3c3

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

content/en/user-guide/aws/fis/index.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -237,27 +237,6 @@ LocalStack FIS currently supports the following actions:
237237
If you would like support for more FIS actions, please make a feature request on [GitHub](https://github.com/localstack/localstack/issues/new/choose).
238238
{{< /callout >}}
239239

240-
The following actions are deprecated and marked for removal:
241-
242-
- **`localstack:generic:api-error`**: Raise a custom HTTP error.
243-
This action accepts the following parameters.
244-
Please migrate to the [Chaos API]({{< ref "chaos-api" >}}) which supports this capability and more.
245-
- `region`: The region name where faults will be introduced, e.g. `us-west-1`.
246-
Default: region of the experiment
247-
- `service`: The service name to limit faults to, e.g. `kms`.
248-
Default: all services
249-
- `operation`: The operation name for the specified service to limit faults to, e.g. `ListKeys`
250-
- `percentage`: The percentage of API calls to fail among matching calls.
251-
Default: 100
252-
- `exception`: The name of the exception to raise for affected API calls.
253-
Default: `InternalError`
254-
- `errorCode`: The HTTP error code to return for impacted API calls.
255-
Default: 500
256-
- **`localstack:kms:inject-api-internal-error`**: Special case of the previous action which injects an InternalError for KMS operations.
257-
- **`localstack:log-debug`**: Prints a debug message in the LocalStack logs when experiment is started and stopped.
258-
- **`localstack:generic:latency`**: Introduces a latency in the network call.
259-
Please migrate to the [Chaos API]({{< ref "chaos-api" >}}).
260-
261240
## Current Limitations
262241

263242
- LocalStack does not implement the [selection mode](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-selection-mode) mechanism available on AWS.

0 commit comments

Comments
 (0)