We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b245d35 commit d6d31e2Copy full SHA for d6d31e2
readme.md
@@ -190,8 +190,7 @@ const isTest = process.env.JEST_WORKER_ID;
190
const ddb = DynamoDBDocument.from(
191
new DynamoDB({
192
...(isTest && {
193
- endpoint: 'localhost:8000',
194
- sslEnabled: false,
+ endpoint: 'http://localhost:8000',
195
region: 'local-env',
196
credentials: {
197
accessKeyId: 'fakeMyKeyId',
0 commit comments