Skip to content

[FEATURE] Migrate to aws-sdk-go-v2 #151

Open
@jmaitrehenry

Description

@jmaitrehenry

Is your feature request related to a problem?

Actually, the aws-dsk-go is deprecated.
Also, it contain security issue actually because of one of the dependency is not updated, so we could try to update the aws-sdk to fix the dependency or we could try to migrate to the new SDK.

What solution would you like?

I think, migrating to the new SDK is more futur proof, but, it require go 1.19 and this project use go 1.18.
I don't know if it could be an issue to migrate to a newer version of go in the same time.

What alternatives have you considered?

Updating the current AWS SDK or inform the AWS SDK team of the issue.

Do you have any additional context?

Actually, I found the problem here: https://github.com/opensearch-project/terraform-provider-opensearch/pull/150/checks?check_run_id=20781305950

And the dependency issue come from golang.org/x/[email protected] which is required by github.com/aws/[email protected]

❯ go mod graph | grep golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]

❯ go mod graph | grep golang.org/x/[email protected]
github.com/aws/[email protected] golang.org/x/[email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    📦 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions