lserman / capistrano-elbas

Deploy Rails apps to AWS AutoScale groups
MIT License
96 stars 67 forks source link

aws-sdk v2 support #13

Closed stewartmacgregor closed 5 years ago

stewartmacgregor commented 8 years ago

@lserman any update on aws-sdk v2 support? I see you mentioned it a few times in the comment history. I was trying to use a gem that depends on aws-sdk v2 and just encountered the conflict.

stewartmacgregor commented 8 years ago

I just noticed that you can use aws-sdk v1 and v2 at the same time, so this isn't actually a problem.

lserman commented 8 years ago

Yeah, where we need aws-sdk we use use aws-sdk-v1. Unsure if I'm going to finish v2, we are attempting to move our deployments to ECS which will allow us to stop using Capistrano altogether. We'll see!

lserman commented 5 years ago

Closing this, see comments on #20.