We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578d406 commit 5308371Copy full SHA for 5308371
packages/core/src/lambda/remoteDebugging/utils.ts
@@ -48,7 +48,7 @@ export function getIoTSTClientWithAgent(region: string): IoTSecureTunnelingClien
48
return globals.sdkClientBuilderV3.createAwsService({
49
serviceClient: IoTSecureTunnelingClient,
50
clientOptions: {
51
- customUserAgent: [[customUserAgentName, customUserAgentVersion]],
+ customUserAgent: getLambdaDebugUserAgentPairs(),
52
region,
53
},
54
userAgent: false,
0 commit comments