You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Making application code resilient to Kinesis' ProvisionedThroughputExceededException is critical.
We should allow users to inject this kind of exception in their integration tests.
Making application code resilient to Kinesis'
ProvisionedThroughputExceededExceptionis critical.We should allow users to inject this kind of exception in their integration tests.
We can re-use the Kinesis proxy mechanism to inject this exception here:
https://github.com/atlassian/localstack/blob/master/localstack/mock/infra.py#L368