Skip to content

Commit 5c4f01b

Browse files
authored
Change credentials to be more explanatory
We now use MOCK_ACCESS_KEY_ID for accessKeyId and MOCK_SECRET_ACCESS_KEY for secretAccessKey instead of the former '1234' unexplanatory values
1 parent 21bd0c8 commit 5c4f01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ class ServerlessDynamodbLocal {
140140
dynamoOptions = {
141141
endpoint: 'http://localhost:' + port,
142142
region: 'localhost',
143-
accessKeyId: '1234',
144-
secretAccessKey: '1234'
143+
accessKeyId: 'MOCK_ACCESS_KEY_ID',
144+
secretAccessKey: 'MOCK_SECRET_ACCESS_KEY'
145145
};
146146
}
147147
return {

0 commit comments

Comments
 (0)