Webador/SlmQueueSqs

Use official Aws module

bakura10 opened this issue · 2 comments

I realized there was an official Aws module which is a thin wrapper around Amazon AWS client. I'll use it for next version (0.3.*) as it causes a BC.

Basically the advantage is that the AWS config is handled by another module, so that every module that make use of other services can use the same config, instead of duplicating this information in every Aws modules.

👍 cool, would be nice yeah :)

Fixed.