diff --git a/packages/aws-cdk/lib/api/aws-auth/sdk-provider.ts b/packages/aws-cdk/lib/api/aws-auth/sdk-provider.ts index 104446c0ffc30..0da0b027bbc65 100644 --- a/packages/aws-cdk/lib/api/aws-auth/sdk-provider.ts +++ b/packages/aws-cdk/lib/api/aws-auth/sdk-provider.ts @@ -1,4 +1,3 @@ -import * as https from 'https'; import * as os from 'os'; import * as path from 'path'; import * as cxapi from '@aws-cdk/cx-api'; @@ -383,7 +382,7 @@ function parseHttpOptions(options: SdkHttpOptions) { if (options.proxyAddress) { debug('Proxy server from command-line arguments: %s', options.proxyAddress); } - + // Configure the proxy agent. By default, this will use HTTPS?_PROXY and // NO_PROXY environment variables to determine which proxy to use for each // request.