Skip to content

Commit

Permalink
Merge 50f231e into 733a32b
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetersheim committed Sep 14, 2023
2 parents 733a32b + 50f231e commit 613834f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dynamodb/v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ const dbConnection = (port: number): Connection => {
endpoint: `http://localhost:${port}`,
sslEnabled: false,
region: "local",
credentials: {
accessKeyId: 'accessKeyId',
secretAccessKey: 'secretAccessKey',
},
};

connection = {
Expand Down

0 comments on commit 613834f

Please sign in to comment.