Skip to content
Discussion options

You must be logged in to vote

There is a back door way in the .NET SDK for modifying the user agent string. Keep in mind you using APIs from our SDK's "Internal" namespace where we don't guarantee backwards compatibility. The "Internal" namespaces we generally put APIs to share with service packages but not necessarily end users. I don't see us changing these APIs anytime soon but want to be clear their is the possibility so code defensively or take note that are using APIs that don't guarantee backwards compatibility.

var ddbClient = new Amazon.DynamoDBv2.AmazonDynamoDBClient();
ddbClient.BeforeRequestEvent += ServiceClientBeforeRequestEvent;

void ServiceClientBeforeRequestEvent(object sender, RequestEventArgs e)
{

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@koren-eli
Comment options

@ashishdhingra
Comment options

@koren-eli
Comment options

Comment options

You must be logged in to vote
1 reply
@koren-eli
Comment options

Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants