Closed zbigg closed 7 years ago
Thanks @zbigg! Any context for the changes in modules/providers/aws.js
?
Any context for the changes in modules/providers/aws.js?
Actually i just wanted to try overcast
on AWS and it didn't worked for me in my region (eu-central-1
) so i searched trough bugs, found something possibly related (#46) and without any special analysis spotted that aws-sdk used was very old and gave upgrade a try.
Unfortunately i didn't do any thorough analysis of API changes ... just few try & fix loops just to make it work.
There is some additional work I need to do to get this ready for release, but I'll merge this and take it from here. Thanks!
This PR upgrades aws SDK to current version. It is was needed to fix
aws create
to work witheu-central-1
region.Automatic tests are passing. Tested manually on OSX with
us-east-1
andeu-central-1
regions.