Skip to content

Commit cfb1703

Browse files
committed
Removing hardcoded region
1 parent bb82638 commit cfb1703

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

libs/dynamodb-lib.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import AWS from "aws-sdk";
22

3-
AWS.config.update({ region: "us-east-1" });
4-
53
export function call(action, params) {
64
const dynamoDb = new AWS.DynamoDB.DocumentClient();
75

0 commit comments

Comments
 (0)