# aws-extra

Useful enhancements to the AWS JavaScript SDK.

# What's in the box?
* promisfied aws-sdk (everything except the CloudSearchDomain and IotData services)
* automatic, configurable logging of sdk calls
* automatic page handling logic for paged sdk calls

# Prerequisites
The code makes use of async/await, so you will require node8+.  
You'll also need to bring your own version of the aws-sdk (it's a peer dependency of aws-extra).

# Documentation
For a quick introduction, see the [Overview and Examples](https://gitlab.com/shaungreen/aws-extra/blob/master/overview.md) page.  
There is also a page that provides full [API Documentation](https://gitlab.com/shaungreen/aws-extra/blob/master/api.md).
