Skip to content
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

Update AWS SDK to v3 #523

Open
claytondus opened this issue Feb 9, 2025 · 2 comments
Open

Update AWS SDK to v3 #523

claytondus opened this issue Feb 9, 2025 · 2 comments

Comments

@claytondus
Copy link

claytondus commented Feb 9, 2025

🚀 Feature Proposal

Update AWS SDK to v3. Update s3-blob-store to a version supporting SDK v3 or implement a new storage provider based on SDK v3.

Motivation

SDK v2 will reach end-of-support on September 8, 2025. SDK v3 is modularized and will improve bundle sizes for lambda deployment.

Example

AWS Lambda runtimes for Node 18.x and above include SDK v3 by default. This is an opportunity to reduce bundle size even further and allow for continuous SDK updates by externalization.

@claytondus
Copy link
Author

I have most tests passing on SDK v3 in this PR. The stream behavior is a bit different and the upload request is finishing before the artifacts are available to download. This is using the supported lib-storage Upload helper in v3. Welcoming any advice on how to properly pipe the writable stream to the Upload object.

@matteovivona
Copy link
Contributor

@fox1t or @alemagio or @lucalas any hint? I know guys you like to get your hands into the s3 sdk 🌛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants