At the moment I'm using https://github.com/appsattic/node-awssum
It's fantastic and supports a billion services already, besides providing tons of useful examples. Before the AWS SDK matures, I don't think I'll be moving away from this library (even then I'm not sure).
What I don't like in this SDK it that it has its own promise thing. I just want to be able to write in a callback style, and IF I don't want that I can easily make my own abstractions. (more about this here: https://github.com/aws/aws-sdk-js/issues/2 )
Another thing to be considered before making the "final" release would be to support more services: Route53, SNS, SES etc.
What I don't like in this SDK it that it has its own promise thing. I just want to be able to write in a callback style, and IF I don't want that I can easily make my own abstractions. (more about this here: https://github.com/aws/aws-sdk-js/issues/2 )
Another thing to be considered before making the "final" release would be to support more services: Route53, SNS, SES etc.