Skip to content

Commit

Permalink
Fix cognito imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gn-GDS committed Aug 22, 2024
1 parent 7a1007d commit 41e7708
Show file tree
Hide file tree
Showing 2 changed files with 578 additions and 976 deletions.
9 changes: 5 additions & 4 deletions backend/cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"compile": "tsc"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.609.0",
"@aws-crypto/client-node": "^4.0.1",
"@aws-lambda-powertools/logger": "2.6.0",
"notifications-node-client": "^8.2.1",
"@aws-sdk/client-ses": "^3.609.0",
"base64-js": "^1.5.1",
"esbuild": "^0.23.0",
"@aws-crypto/client-node": "^4.0.1"
"notifications-node-client": "^8.2.1"
}
}
}
Loading

0 comments on commit 41e7708

Please sign in to comment.