SummitRoute / aws_breaking_changes

List of changes announced for AWS that may break existing code
1.31k stars 42 forks source link

AWS Batch DescribeJobDefinition API breaking change #86

Closed ArielPrevu3D closed 11 months ago

ArielPrevu3D commented 1 year ago

Today AWS updated their API documentation for DescribeJobDefinition on AWS Batch. They added the This parameter can't be used with other parameters. to the jobDefinitions parameter, which wasn't there earlier this year.

Now: https://docs.aws.amazon.com/batch/latest/APIReference/API_DescribeJobDefinitions.html Before: https://web.archive.org/web/20230323044216/https://docs.aws.amazon.com/batch/latest/APIReference/API_DescribeJobDefinitions.html

This broke our production application without warning. Does this qualify for this repository?

0xdabbad00 commented 11 months ago

Even though this was a change that did break your production workload, it sounds like this had been a bug they fixed, and seems too minor to include on this list next to entire services being shutdown.