sam-goodwin / typesafe-dynamodb

TypeSafe type definitions for the AWS DynamoDB API
Apache License 2.0
205 stars 11 forks source link

chore: Bump @aws-sdk and smithy-client to latest #50

Closed sizuhiko closed 12 months ago

sizuhiko commented 1 year ago

@aws-sdk/smithy-client moved to @smithy/smithy-client. The PR can be upgrade aws-sdk v3 to latest.

sam-goodwin commented 1 year ago

Oh man I just saw this. So sorry I missed it.

Thanks for this change! I wrote this library a long time ago so it's in need of some love re: typescript and aws sdk versions. Thanks for kick starting that

github-actions[bot] commented 1 year ago

This pull request is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

github-actions[bot] commented 12 months ago

Closing this pull request as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

sam-goodwin commented 12 months ago

Sorry for not getting to this @sizuhiko - I have opened a PR here to upgrade https://github.com/sam-goodwin/typesafe-dynamodb/pull/51

It's not done yet as the types are broken by latest AWS SDK changes. I added some considerations there and would love your feedback. E.g. is it even worth supporting the low level attribute value format?