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
4 stars 2 forks source link

fix: wso2 deployment checks agains empty objects #24

Closed MarcioMeier closed 4 months ago

MarcioMeier commented 4 months ago

Summary

In some situation we may have a partial data in wso2, like an empty object. It shouldn't prevent us from keeping deploying!

Received response status [FAILED] from custom resource. 
Message returned: Error: Some contents from the current deployed WSO2
api are different from the ones defined to be deployed:
[{"name":"additionalProperties","data":{"inWso2":{}}}]

image

Add the capability to ignore diffs from empty objects.