Skip to content

Commit

Permalink
Add v3 client credentials config
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetersheim authored and freshollie committed Sep 20, 2023
1 parent 733a32b commit 8f69405
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 8f69405

Please sign in to comment.