We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 2.7 is not supported anymore and ecs-deploy doesn't really work with it anymore.
When trying to run a deploy under python 2.7 this error appears:
Unknown parameter in input: "runtimePlatform", must be one of:
Because the last supported version of boto3 did not have this parameter: https://boto3.amazonaws.com/v1/documentation/api/1.17.112/reference/services/ecs.html?highlight=register_task_definition#ECS.Client.register_task_definition
The text was updated successfully, but these errors were encountered:
Please see PR #208.
Sorry, something went wrong.
Nicely done :)
Successfully merging a pull request may close this issue.
Python 2.7 is not supported anymore and ecs-deploy doesn't really work with it anymore.
When trying to run a deploy under python 2.7 this error appears:
Because the last supported version of boto3 did not have this parameter:
https://boto3.amazonaws.com/v1/documentation/api/1.17.112/reference/services/ecs.html?highlight=register_task_definition#ECS.Client.register_task_definition
The text was updated successfully, but these errors were encountered: