-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support aws-sdk-js-v3 #286
Comments
Is there a plan when this feature request is going to be implemented? |
@pascalbayer thanks for reaching out. We don't have a clear commitment when this is going to be implemented, generally speaking the staffing for this open source project is currently not clear. We are planning an internal session to clarify on that, let me come back to you. What is a timeline that would make sense for what you are planning todo? Would you be willing and have time to contribute in some way? |
@michaelwittwer my team and I is definitely willing to support on the migration and we have already discussed that we are planning to migrate all of our services to dynamo-easy due to the lack of support for the @aws/dynamodb-data-mapper. In a first step we would like to align on what the plans are for dynamo-easy and how we can best contribute to the replacement of the aws-sdk with v3. |
Note that AWS will now be bundling V3 of the AWS SDK with the node.js V18.x runtime (https://aws.amazon.com/blogs/compute/node-js-18-x-runtime-now-available-in-aws-lambda/) so would be great to see this happen! |
@michaelwittwer Is this still on the radar? |
@michaelwittwer Any updates on this or the future of the project? |
@pascalbayer We're also tempted to fork this project and attempt to add support for AWS V3, did you start any work on this? (I spotted this fork for example) |
@benheymink @pascalbayer Thanks for your patience. I quickly wanted to align on a way forward, currently we can't contribute a lot of resources, but I definitely want to unblock this issue by supporting as good as possible. Here are the steps I will tackle as soon as possible (will ping you until end of week):
Let me know if you already started working on this. |
@michaelwittwer Thanks for the update. No, not started working on it yet, we were just about to start investigating how much effort would be required to move the library over. Will wait for your update towards the end of the week! |
@michaelwittwer Any updates on this? 🙏 |
@benheymink sitting on it. 🙇🏻 Trying to push something today. |
@pascalbayer @benheymink Got a first version with |
@michaelwittwer Have upgraded to the next branch, and after some work our side (we're also moving stuff over to AWS-SDK V3) everything appears to be working OK - nice job! |
@michaelwittwer I may have spoken too soon, am seeing I saw your comment in |
@benheymink did you try with the latest release |
@michaelwittwer That was it, thanks. I was still on |
@michaelwittwer We've migrated most of our code to |
@michaelwittwer Anything we can do to support a release in the near future? |
@pascalbayer We are in the process of releasing our first project using the |
@michaelwittwer with AWS Lambda support for the Node.js 16 runtime being deprecated on June 12, 2024, are there plans for a dynamo-easy v8 release before then? Is there anything we could do to help? We've been migrating our code to |
@nduthoit Thanks for reaching out. Yes I am definitely willing to release |
@michaelwittwer I created #422 that addresses one of the TODOs in the |
Hi, This is an exciting and too expected feature for me. Is there any date planned for the final version? May I help? |
The next generation of the aws-sdk for javascript is in current development. Spin off a branch to test dynamo-easy against the new sdk.
Check the https://github.com/aws/aws-sdk-js-v3#api-changes for things to change.
The text was updated successfully, but these errors were encountered: