Closed kylev closed 7 years ago
Any thoughts on this? I'd like to start seeing aws-sdk-v1
start disappearing from my dependency trees, and this is the last item in my toolbox that uses it.
This would be great to have -- I agree with @kylev that this is the last gem forcing aws-sdk-v1
into my dependency tree. We've already monkey-patched the v1
usages out of cap-ec2, but it would be great to have it in the official gem.
I'd really appreciate if this PR gets merged because aws-sdk-v1
depends on old json
gem, which cannot be installed with Ruby 2.4.0
.
Any news on this? I'll looking forward to get this working
Definitely would love this merged.
Looks good :+1:
A lot of structure has changed, so a lot if this is just updating how we iterate over things. Notable elements include:
Also, the EC2 client no longer defaults to looking at every region by default. You have to tell it a region for its query endpoint, forcing me to make :ec2_region required.