aws / industry-toolkit

Apache License 2.0
9 stars 0 forks source link

[FEATURE] Detect if API change is breaking #21

Open gchagnon opened 1 month ago

gchagnon commented 1 month ago

Add Automatic Detection of Breaking API Changes Using Amazon Bedrock

Description:
The Industry Toolkit will integrate Amazon Bedrock to automatically detect if a breaking change has been introduced to an API. This feature will analyze API modifications and flag potential breaking changes, such as changes to request/response formats, removal of endpoints, or alterations in expected behavior, helping developers maintain API backward compatibility.

Feature Requirements:

Acceptance Criteria:

Additional Context:
This feature will help developers ensure that their APIs remain backward compatible, reducing the risk of introducing breaking changes and enhancing overall API stability.