Skip to content

Commit cd6e6f7

Browse files
committed
test: aws handler
1 parent e6c0bfd commit cd6e6f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/integration/node-specific/examples/aws_handler.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ const { MongoClient } = require('mongodb');
66
// options. Note that MongoClient now auto-connects so no need to store the connect()
77
// promise anywhere and reference it.
88
const client = new MongoClient(process.env.MONGODB_URI, {
9-
auth: {
10-
username: process.env.AWS_ACCESS_KEY_ID,
11-
password: process.env.AWS_SECRET_ACCESS_KEY
12-
},
139
authSource: '$external',
1410
authMechanism: 'MONGODB-AWS'
1511
});

0 commit comments

Comments
 (0)