josmo / drone-ecs

Drone plugin for triggering Amazon EC2 Container Service (ECS) deployments
Apache License 2.0
30 stars 41 forks source link

Update aws library to support latest fargate features #26

Closed iterion closed 6 years ago

iterion commented 6 years ago

Updating the vendored aws-sdk-go to be able to use the latest ECS features.

josmo commented 6 years ago

@iterion thanks for the PR. Did you use govendor to update the deps. I haven't done it in a while but I think the vendor.json would normally get updated with it.

iterion commented 6 years ago

Ah, apologies, I did not, I'll update with govendor and update this PR.

iterion commented 6 years ago

OK, this has been updated correctly with govendor.

josmo commented 6 years ago

Thanks @iterion