Skip to content

Commit

Permalink
fix: migrate from @aws-sdk/smithy-client to @smithy/smithy-client (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-goodwin authored Oct 17, 2024
1 parent 31cf4e5 commit fed57ea
Show file tree
Hide file tree
Showing 6 changed files with 12,914 additions and 148 deletions.
6 changes: 3 additions & 3 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const project = new typescript.TypeScriptProject({
'aws-sdk',
'@aws-sdk/client-dynamodb',
'@aws-sdk/lib-dynamodb',
'@aws-sdk/smithy-client',
'@aws-sdk/types',
'@aws-sdk/util-dynamodb',
'@smithy/smithy-client',
'@types/aws-lambda',
],
eslintOptions: {
Expand Down
Loading

0 comments on commit fed57ea

Please sign in to comment.