Successfully reading from dynamo db!

This commit is contained in:
2022-05-10 09:09:23 -05:00
parent 2ebd2edaa4
commit eb9a8725da
5 changed files with 126 additions and 5 deletions

View File

@@ -9,12 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"aws-sdk": "^2.1131.0",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-next": "12.1.6"
"eslint-config-next": "12.1.6",
"prettier": "^2.6.2"
}
}