flaviostutz / cdk-practical-constructs

A collection of CDK constructs for making the development of AWS based applications easier and safer in a practical way
MIT License
5 stars 6 forks source link

WSO2 redeployment should not be triggered if nothing changed in the API definition #32

Open sergioflores-j opened 3 months ago

sergioflores-j commented 3 months ago

Problem being solved

WSO2 redeployment should not be triggered if nothing changed in the API definition (OpenAPI document, API configuration/properties, etc).

This would:

Proposal

Have some sort of "state" to be checked before trying to update an API. Example: a checksum of the OpenAPI document, etc. of a previously succeeded deployment. If still the same, then there is nothing to do.