Skip to content

Commit fed57ea

Browse files
authored
fix: migrate from @aws-sdk/smithy-client to @smithy/smithy-client (#64)
1 parent 31cf4e5 commit fed57ea

File tree

6 files changed

+12914
-148
lines changed

6 files changed

+12914
-148
lines changed

.projen/deps.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ const project = new typescript.TypeScriptProject({
88
'aws-sdk',
99
'@aws-sdk/client-dynamodb',
1010
'@aws-sdk/lib-dynamodb',
11-
'@aws-sdk/smithy-client',
1211
'@aws-sdk/types',
1312
'@aws-sdk/util-dynamodb',
13+
'@smithy/smithy-client',
1414
'@types/aws-lambda',
1515
],
1616
eslintOptions: {

0 commit comments

Comments
 (0)