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
fix(amazonq): do not overwrite failure reason, use lowercase lang name (aws#6055)
## Problem
Our backend is expecting the language name (`java` or `sql`) to be
lowercase, not uppercase. Also, the failure reason returned by one of
our APIs was being overwritten and not shown to users.
## Solution
User lowercase, and prevent overwriting.
0 commit comments