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

Remove support of AWS SDK v1 from the plugin #2306

Open
ParthaI opened this issue Sep 20, 2024 · 1 comment
Open

Remove support of AWS SDK v1 from the plugin #2306

ParthaI opened this issue Sep 20, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request stale No recent activity has been detected on this issue/PR and it will be closed

Comments

@ParthaI
Copy link
Contributor

ParthaI commented Sep 20, 2024

We should remove any support for AWS SDK V1 from the plugin code, as This SDK is in maintenance mode. It will enter end-of-life on July 31, 2025.

Announcement reference: AWS SDK V1 End-of-Life

Key Areas to Address:

  • Region Matrix Building: Ensure that the region matrix is correctly built using AWS SDK V2.
  • Supported Regions for the Service: Verify that all services and their supported regions are accurately handled when migrating to SDK V2.

Helpful Links:

Additional Considerations:

  • Code Refactoring: All API calls and configuration that currently rely on SDK V1 should be reviewed and updated to align with SDK V2, especially considering any changes in API methods, request construction, or error handling.
  • Dependency Management: Ensure that the Go modules file (go.mod) is updated to remove dependencies on SDK V1 and only include SDK V2.
  • Testing and Compatibility: After the migration, thoroughly test the plugin to ensure it works seamlessly with all the AWS services it interacts with, especially focusing on services and regions specific to your use cases.
@ParthaI ParthaI added the enhancement New feature or request label Sep 20, 2024
@ParthaI ParthaI self-assigned this Sep 20, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale No recent activity has been detected on this issue/PR and it will be closed
Projects
None yet
Development

No branches or pull requests

1 participant