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
The AWS SDK v2 allows to add user agent headers to the requests made using its clients.
Why is this needed?
So that AWS can attribute requests made to its API when using Powertools.
Which area does this relate to?
Governance
Solution
Expose a shared function (in core module) that takes a client and adds Powertools-related user agents to the request. This shared function can then be used by other Powertools utilities that make requests to AWS APIs. Check SDK documentation and typescript implementation (and usage).
Summary
The AWS SDK v2 allows to add user agent headers to the requests made using its clients.
Why is this needed?
So that AWS can attribute requests made to its API when using Powertools.
Which area does this relate to?
Governance
Solution
Expose a shared function (in core module) that takes a client and adds Powertools-related user agents to the request. This shared function can then be used by other Powertools utilities that make requests to AWS APIs. Check SDK documentation and typescript implementation (and usage).
Impacted modules:
Acknowledgment
The text was updated successfully, but these errors were encountered: