wata727 / packer-plugin-amazon-ami-management

Packer post-processor plugin for Amazon AMI management
Mozilla Public License 2.0
102 stars 26 forks source link

Migrate aws-sdk-go to v2 #434

Open wata727 opened 2 days ago

wata727 commented 2 days ago

AWS has announced the end of support for aws-sdk-go v1, and we will need to migrate to v2. https://aws.amazon.com/jp/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/

There are probably no technical limitations, but it might make sense to align with packer-plugin-amazon. https://github.com/hashicorp/packer-plugin-amazon/issues/26

jorovipe97 commented 10 hours ago

Nice, this would be good. Note that the v2 SDK requires a minimum version of Go 1.21. Will this Imply a breaking change in the plugin?