aws-cloudformation / aws-cloudformation-resource-providers-redshift

The CloudFormation Resource Provider Package For Amazon Redshift
https://aws.amazon.com/redshift/
Apache License 2.0
4 stars 13 forks source link

Add parametergroup update logs #135

Closed mashuaihh closed 1 year ago

mashuaihh commented 1 year ago

We're researching a customer issue where our handler triggered a parametergroup update when it should not.

This commit logs the previousModel and desiredModel (parametergroup before and after the customer cfn request), which should help us debug the issue.

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