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

Sync master with dev #38

Merged
merged 13 commits into from
Nov 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removing explicit setting of AWS keys so as to fall back to the envir…
…onment
  • Loading branch information
cwdcwd authored Nov 4, 2020
commit d53b56682df7feabded3f6e3812086b0806c0db5
4 changes: 2 additions & 2 deletions src/models/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const fs = require('fs')
const path = require('path')

dynamoose.aws.sdk.config.update({
accessKeyId: config.AMAZON.AWS_ACCESS_KEY_ID,
secretAccessKey: config.AMAZON.AWS_SECRET_ACCESS_KEY,
// accessKeyId: config.AMAZON.AWS_ACCESS_KEY_ID,
// secretAccessKey: config.AMAZON.AWS_SECRET_ACCESS_KEY,
region: config.AMAZON.AWS_REGION
})

Expand Down