Skip to content

Commit

Permalink
fix(lib-dynamodb): missing @aws-sdk/core dependency in lib-dynamodb (#…
Browse files Browse the repository at this point in the history
…6557)

* fix(lib-dynamodb): missing @aws-sdk/core dependency in lib-dynamodb

* chore: change ordering
  • Loading branch information
jerizm authored Oct 10, 2024
1 parent 7d63f7a commit e4f9d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lib-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/core": "*",
"@aws-sdk/util-dynamodb": "*",
"@smithy/core": "^2.4.8",
"@smithy/smithy-client": "^3.4.0",
Expand Down

0 comments on commit e4f9d59

Please sign in to comment.