-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.
Description
Does anyone have any reason not to replace the goamz AWS client binding with the official AWS client binding, now that it has reached feature-complete:
https://aws.amazon.com/blogs/aws/preview-the-latest-updates-in-the-master-branch-aws-sdk-for-go/
The goamz binding we're using:
- is incomplete - for example, there is no way to page through EC2 instances, so fails if you have more than 50 (I think that's the default page size)
- has been forked all over the web but never re-integrated - there is no real "goamz" library.
- is likely dead now that there is an official AWS library
Obviously the new library may have bugs, but I personally would rather deal with those than continue to invest in goamz.
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.