layer0
layer0 copied to clipboard
Update aws-sdk-go pkg
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.
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.