You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: