Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4235601

Browse files
committed
due to policy integration and disabling the ke
1 parent 118dde5 commit 4235601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/models/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ const dynamoose = require('dynamoose');
77
const config = require('../config');
88

99
dynamoose.AWS.config.update({
10-
accessKeyId: config.DYNAMODB.AWS_ACCESS_KEY_ID,
11-
secretAccessKey: config.DYNAMODB.AWS_SECRET_ACCESS_KEY,
12-
region: config.DYNAMODB.AWS_REGION,
10+
// accessKeyId: config.DYNAMODB.AWS_ACCESS_KEY_ID,
11+
// secretAccessKey: config.DYNAMODB.AWS_SECRET_ACCESS_KEY,
12+
region: config.DYNAMODB.AWS_REGION
1313
});
1414

1515
if (config.DYNAMODB.IS_LOCAL === 'true') {

0 commit comments

Comments
 (0)