Skip to content

Commit 25a4c55

Browse files
committed
test: add ddb-doc-client-basic-type/global-import
1 parent 6729d70 commit 25a4c55

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import AWS from "aws-sdk";
2+
3+
const endpoint: AWS.DynamoDB.DocumentClient.Endpoint = {
4+
Address: "string",
5+
CachePeriodInMinutes: 5,
6+
};
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import AWS_DynamoDB from "@aws-sdk/client-dynamodb";
2+
3+
const endpoint: AWS_DynamoDB.Endpoint = {
4+
Address: "string",
5+
CachePeriodInMinutes: 5,
6+
};

0 commit comments

Comments
 (0)