Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replace goamz with official go AWS SDK #6162

@justinsb

Description

@justinsb

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:

  1. 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)
  2. has been forked all over the web but never re-integrated - there is no real "goamz" library.
  3. 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

No one assigned

    Labels

    kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.priority/backlogHigher priority than priority/awaiting-more-evidence.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions