layer0 icon indicating copy to clipboard operation
layer0 copied to clipboard

Update aws-sdk-go pkg

Open zpatrick opened this issue 7 years ago • 1 comments

Some of our users have a need for some of the new task definition parameters provided by ECS, specifically, the LinuxParameters field. To get this out to our users as soon as possible, we could simply update our aws-sdk-go package and release that as version 0.10.8.

zpatrick avatar Apr 09 '18 23:04 zpatrick

PR open, requesting @zpatrick for review

I have successfully manually tested that updating the vendored version of the SDK allowed me to create a Deploy and a Service using this LinuxParameters field and it shows up correctly in the JSON body of the Task Definition.

jparsons04 avatar Apr 10 '18 20:04 jparsons04