CDK question
1. I want to add a role to an RDS database, but I manually assigned it.
2. Cloudformation rollsback the stack with the error when I try to add it.
3. I could manually use the console to remove the role, but then my site stops working.
4. Is there a way to tell CDK/Cloudformation that this error is "okay"?
5. (I'm also using the Cfn escape hatch here.. which might be what is making this more fragile)