-
Notifications
You must be signed in to change notification settings - Fork 0
feat: migrate to AWS SDK v3 with complete feature parity (v4.1.2) #2
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
base: master
Are you sure you want to change the base?
Conversation
## Description Major version upgrade from v3.4.0 to v4.1.2 migrating from deprecated @auth0/s3 library to AWS SDK v3 while maintaining 100% backward compatibility and adding significant new features and improvements. This addresses the critical dependency update needed for modern AWS SDK support and enhances the plugin with professional-grade tooling and CI/CD infrastructure. ## Type of change - [x] New feature (non-breaking change which adds functionality) - [x] This change requires a documentation update ## Major Features Added ### 🚀 AWS SDK v3 Migration - Complete migration from @auth0/s3 to @aws-sdk/client-s3 - Maintained exact API compatibility with original library - Enhanced error handling and performance optimizations ### 📦 New Functionality - Bucket tags management with merge functionality - Enhanced metadata synchronization capabilities - New CLI commands: s3sync:metadata, s3sync:tags, s3sync:bucket:* - Support for per-bucket operations ### 🔧 Infrastructure Improvements - Complete GitHub Actions CI/CD pipeline - OIDC-based secure NPM publishing - Yarn v4 with modern package management - Automated testing and coverage reporting - Release management scripts ## How Has This Been Tested? - [x] Jest test suite with 24 comprehensive test cases - [x] Feature compatibility tests ensuring backward compatibility - [x] Basic integration tests validating core plugin functionality - [x] AWS SDK v3 compatibility validation - [x] Serverless Framework 3.x and 4.x compatibility testing - [x] Manual testing with real S3 buckets and deployments ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged and published in downstream modules ## Breaking Changes None - this maintains 100% backward compatibility with existing configurations. ## Dependencies Updated - @aws-sdk/client-s3: ^3.800.0 (new) - @aws-sdk/client-cloudformation: ^3.800.0 (new) - Removed: @auth0/s3 (deprecated) - Updated: All other dependencies to latest secure versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
subodhkarwa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to have our usual structure
So steps and other things will work as flaconi standards.
You can copy paste remaining files :
https://github.com/Flaconi/monitoring-service/tree/master/.github
Description
Major version upgrade from v3.4.0 to v4.1.2 migrating from deprecated @auth0/s3 library to AWS SDK v3 while maintaining 100% backward compatibility and adding significant new features and improvements.
This addresses the critical dependency update needed for modern AWS SDK support and enhances the plugin with professional-grade tooling and CI/CD infrastructure.
Type of change
Major Features Added
🚀 AWS SDK v3 Migration
📦 New Functionality
🔧 Infrastructure Improvements
How Has This Been Tested?
Checklist:
Breaking Changes
None - this maintains 100% backward compatibility with existing configurations.
Dependencies Updated