We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb82638 commit cfb1703Copy full SHA for cfb1703
1 file changed
libs/dynamodb-lib.js
@@ -1,7 +1,5 @@
1
import AWS from "aws-sdk";
2
3
-AWS.config.update({ region: "us-east-1" });
4
-
5
export function call(action, params) {
6
const dynamoDb = new AWS.DynamoDB.DocumentClient();
7
0 commit comments