Skip to content

Commit cccaed6

Browse files
committed
deps: remove old s3 import
1 parent 438f2b5 commit cccaed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/test/shared/sam/deploy.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
import * as vscode from 'vscode'
6-
import { S3 } from 'aws-sdk'
6+
import { S3Bucket } from '../../../shared/clients/s3'
77
import { AppNode } from '../../../awsService/appBuilder/explorer/nodes/appNode'
88
import { assertTelemetry, getWorkspaceFolder, TestFolder } from '../../testUtil'
99
import { DeployParams, DeployWizard, getDeployWizard, runDeploy } from '../../../shared/sam/deploy'
@@ -1288,7 +1288,7 @@ describe('SAM Deploy', () => {
12881288
})
12891289

12901290
const s3BucketListSummary: Array<
1291-
RequiredProps<S3.Bucket, 'Name'> & {
1291+
RequiredProps<S3Bucket, 'Name'> & {
12921292
readonly region: string
12931293
}
12941294
> = [

0 commit comments

Comments
 (0)