File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed
src/transforms/v2-to-v3/__fixtures__ Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " aws-sdk-js-codemod " : patch
3
+ ---
4
+
5
+ Add test with no AWS SDK for JavaScript (v2)
Original file line number Diff line number Diff line change
1
+ // Alexa SDKs
2
+ import * as AlexaSDK from "alexa-sdk" ;
3
+ import * as Alexa from "ask-sdk" ;
4
+ import * as AlexaCore from "ask-sdk-core" ;
5
+ import * as DdbAdapter from "ask-sdk-dynamodb-persistence-adapter" ;
6
+ import * as Runtime from "ask-sdk-runtime" ;
7
+ import * as S3Adapter from "ask-sdk-s3-persistence-adapter" ;
8
+ import * as ExpressAdapter from "ask-sdk-express-adapter" ;
9
+ import * as AlexaSmApi from "ask-smapi-sdk" ;
10
+
11
+ // Amplify SDKs
12
+ import * as AwsAmplify from "aws-amplify" ;
13
+ import * as AwsAmplifyReact from "@aws-amplify/ui-react" ;
14
+
15
+ // AWS SDK for JavaScript (v3)
16
+ import * as S3 from "@aws-sdk/client-s3" ;
Original file line number Diff line number Diff line change
1
+ // Alexa SDKs
2
+ import * as AlexaSDK from "alexa-sdk" ;
3
+ import * as Alexa from "ask-sdk" ;
4
+ import * as AlexaCore from "ask-sdk-core" ;
5
+ import * as DdbAdapter from "ask-sdk-dynamodb-persistence-adapter" ;
6
+ import * as Runtime from "ask-sdk-runtime" ;
7
+ import * as S3Adapter from "ask-sdk-s3-persistence-adapter" ;
8
+ import * as ExpressAdapter from "ask-sdk-express-adapter" ;
9
+ import * as AlexaSmApi from "ask-smapi-sdk" ;
10
+
11
+ // Amplify SDKs
12
+ import * as AwsAmplify from "aws-amplify" ;
13
+ import * as AwsAmplifyReact from "@aws-amplify/ui-react" ;
14
+
15
+ // AWS SDK for JavaScript (v3)
16
+ import * as S3 from "@aws-sdk/client-s3" ;
You can’t perform that action at this time.
0 commit comments