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
27 stars 43 forks source link

Handle CEV is already being deleted case. #449

Closed moataz-mhmd closed 1 year ago

moataz-mhmd commented 1 year ago

Description of changes:

  1. An error in the code has been fixed. The code now catches the error message CustomDBEngineVersion is already being deleted and ignores it while trying to delete CEV. This is done to mitigate delete failures.

  2. The Manifest attribute has been removed from the required attribute list due to a bug on CFN side. Missing Manifest will be handle on RDS side and throw missing parameter error.

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