Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions test/lambda/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "mongodb",
"name": "mongodb-test-lambda",
"version": "1.0.0",
"description": "MongoDB Lambda Function Example",
"main": "app.mjs",
"license": "MIT",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"mongodb": "mongodb/node-mongodb-native"
}
Expand Down