Skip to content

fix: route applicationId through to internal clients#1718

Merged
lauzadis merged 3 commits into
mainfrom
fix-application-id
Oct 23, 2025
Merged

fix: route applicationId through to internal clients#1718
lauzadis merged 3 commits into
mainfrom
fix-application-id

Conversation

@lauzadis

@lauzadis lauzadis commented Oct 23, 2025

Copy link
Copy Markdown
Member

Issue #

Closes #1717

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lauzadis lauzadis requested a review from a team as a code owner October 23, 2025 17:38
Comment on lines +10 to +13
// AWS-specific version of smithy-kotlin's SdkClientOption
public object AwsSdkClientOption {
public val ApplicationId: AttributeKey<String> = AttributeKey("aws.sdk.kotlin#ApplicationId")
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Proper KDocs please!

@github-actions

Copy link
Copy Markdown

A new generated diff is ready to view.

@github-actions

Copy link
Copy Markdown

A new generated diff is ready to view.

@lauzadis lauzadis merged commit b9ae4de into main Oct 23, 2025
21 checks passed
@lauzadis lauzadis deleted the fix-application-id branch October 23, 2025 19:06
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.

Custom applicationId not propagated to nested STS client

2 participants