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.
2 parents db644a8 + 69c5b30 commit 8e0ab1dCopy full SHA for 8e0ab1d
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