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
I'm implementing an auth middle ware that needs to use the operation name of the request it is signing. context.commandName is approximately what I need, but this value is always PascalCase and I need the original casing.
The text was updated successfully, but these errors were encountered:
everett1992
changed the title
Add service and operation names to middleware context.:W
Add service and operation names to middleware context
Sep 13, 2023
I'm implementing an auth middle ware that needs to use the operation name of the request it is signing.
context.commandName
is approximately what I need, but this value is always PascalCase and I need the original casing.The text was updated successfully, but these errors were encountered: