AWS SDK Bindings

I’ve put together some automatically generated AWS SDK bindings for the v3 JavaScript SDK, if this of interest to anyone working with AWS in nodejs:

They’re still experimental (there’s a few things like exception types and union types which have to be fully worked out), but they should be usable for simple cases.

8 Likes

My AWS SDK bindings have been updated.

Notably:

2 Likes

I’ve updated this again to version 2.0.0 due to a backwards incompatible change on some new() constructors.

It should address an issue where make() constructors or new() constructors were not taking an empty object type, where the underlying SDK requires it for middleware execution. It makes the type generation more consistent with the TypeScript variant.

The underlying AWS SDK smithy definitions have also been updated.

4 Likes