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
Describe the bug
While investigating aws-lite/aws-lite#127, we stumbled upon weird behavior caused by Lumigo that we cannot explain and that looks like a bug. We have a situation in which we exceed the SSM rate limit and get a ThrottlingException, upon which the client retries. Without Lumigo, the retries also return a ThrottlingException. But with Lumigo, the retries look like InvalidSignatureException.
Describe the bug
While investigating aws-lite/aws-lite#127, we stumbled upon weird behavior caused by Lumigo that we cannot explain and that looks like a bug. We have a situation in which we exceed the SSM rate limit and get a ThrottlingException, upon which the client retries. Without Lumigo, the retries also return a ThrottlingException. But with Lumigo, the retries look like InvalidSignatureException.
To Reproduce
Steps to reproduce the behavior:
ThrottlingException
s by calling the Lambda with many users at the same time, e.g.k6 --vus 200 --iterations 200 …
ThrottlingException
can still be seen, but the retries now appear to receive aInvalidSignatureException
.Here are the logs for comparison:
Expected behavior
Even with Lumigo tracing the Lambda,
ThrottlingException
should be shown.Runtime details
Additional context
As you can see from the screenshots in aws-lite/aws-lite#127, the issue not only affects SSM Param Store, but also DynamoDB access.
The text was updated successfully, but these errors were encountered: