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

Commit d53b566

Browse files
authored
removing explicit setting of AWS keys so as to fall back to the environment
1 parent db31f50 commit d53b566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const fs = require('fs')
88
const path = require('path')
99

1010
dynamoose.aws.sdk.config.update({
11-
accessKeyId: config.AMAZON.AWS_ACCESS_KEY_ID,
12-
secretAccessKey: config.AMAZON.AWS_SECRET_ACCESS_KEY,
11+
// accessKeyId: config.AMAZON.AWS_ACCESS_KEY_ID,
12+
// secretAccessKey: config.AMAZON.AWS_SECRET_ACCESS_KEY,
1313
region: config.AMAZON.AWS_REGION
1414
})
1515

0 commit comments

Comments
 (0)