shiftcode / dynamo-easy

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
https://shiftcode.github.io/dynamo-easy/
MIT License
204 stars 27 forks source link

chore(deps): update AWS-SDK version to 2.1194.0 from 2.4.1.0 #398

Closed benheymink closed 1 year ago

benheymink commented 1 year ago

This updates the AWS-SDK dependency to 2.1194.0 (AWS SSO support was added in2.1093.0 - see https://twitter.com/ben11kehoe/status/1503739887371096067)

benheymink commented 1 year ago

Hmm...this actually doesn't seem to have fixed SSO support for me. Still likely worth absorbing for the SDK upgrade, but I'm still investigating how to get Dynamo-Easy to pick up an SSO profile from my config file.

benheymink commented 1 year ago

Have managed to get SSO access working via utilising https://github.com/benkehoe/aws-sso-credential-process. (This works with the current version of the AWS-SDK is use by dynamo-easy or the updated version included in this PR.)

michaelwittwer commented 1 year ago

@benheymink Since the defined range in peerDependencies already allows for any version above 2.401.0 there should no change be necessary to install newer versions of aws-sdk in your project. Glad to hear that it worked out for you. Closing the issue.

benheymink commented 1 year ago

Thanks. What's the status of this project by the way @michaelwittwer ? I notice no releases since 2020...is it still being actively maintained? Looking for a new home? Something else?