former2 icon indicating copy to clipboard operation
former2 copied to clipboard

Former2 with aws-sdk v3

Open achiar99 opened this issue 3 years ago • 2 comments

It is possible to use aws-sdk-v3 instead of the current aws-sdk-v2? Thanks

achiar99 avatar Jul 05 '22 11:07 achiar99

Hey @achiar99,

I have looked into this in the past. I find the v3 SDK pretty poor in its support for browsers, choosing to delegate to webpack and not having an equivalent of the builder we currently use.

We also use almost all of the services making the break-up modularity a little bit more harder for the project, and we have written our own logic for pagination which would have to be replaces with v3's native functionality.

I'm not currently planning a change for this, but let me know if you'd like to contribute for this.

iann0036 avatar Jul 06 '22 00:07 iann0036

@iann0036 Got it. thanks! I asked because sometime i have aws profile with crenetial_source instead of source_profile and aws-sdk v2 doesn't support that I tried to replace the SharedIniFileCredentials config to work with aws-sdk-v3 fromIni module but without success so far. If i will have a solution ill open a PR for that

Thanks anyway

achiar99 avatar Jul 06 '22 07:07 achiar99