Skip to content

Commit 812ab49

Browse files
authored
Add test with no AWS SDK for JavaScript (v2) (#98)
1 parent 8ef2e6d commit 812ab49

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

.changeset/rude-guests-lick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": patch
3+
---
4+
5+
Add test with no AWS SDK for JavaScript (v2)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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";
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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";

0 commit comments

Comments
 (0)