aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
26 stars 42 forks source link

[Drift Detection] Adding handler action for DbInstance and DbCluster. #553

Closed gabrixdu closed 2 weeks ago

gabrixdu commented 2 weeks ago

Adding Handler Action for DbInstance and DbCluster status in order to differentiate between CREATE and UPDATE resource state.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

khebul commented 2 weeks ago

Approved. Nit: other resources would benefit from the same logging enhancements.

gabrixdu commented 2 weeks ago

Sadly, only DbInstance and DbCluster support drift detection. Will add this in future PR.