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

Robustness improvements for AWS::RDS::Integration #512

Closed wbkang closed 5 months ago

wbkang commented 5 months ago

Retry on IntegrationConflictOperation

Issue #, if available: N/A

Description of changes: The resource is too sensitive to transient errors such as IntegrationConflictOperationException which is retriable. This PR corrects those flaky behaviours.

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