Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add custom user agent header string in AWS SDK clients #209

Merged
merged 4 commits into from
May 9, 2024

Conversation

BenjiTheC
Copy link
Contributor

@BenjiTheC BenjiTheC commented May 8, 2024

Description

This PR add custom user agent header string to AWS SDK clients code. The following method is used as follow:

  • If there is one and only one AWS SDK client in the inversify.config.ts, directly update the client option
  • If there is more than one AWS SDK clients in the inversify.config.ts, use AWS.config.update to update global config

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (existing code being refactored)
  • This change includes a documentation update

Submission Checklist

  • CI dry-run passing
  • Integration tests passing locally
    • N/A
  • Change logs generated
    • N/A
Additional Notes:

@BenjiTheC BenjiTheC requested a review from ts-amz May 9, 2024 15:55
@BenjiTheC BenjiTheC merged commit 2d96c7e into aws:main May 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants