Skip to content

Conversation

zrfr
Copy link
Collaborator

@zrfr zrfr commented Apr 15, 2025

This PR updates the RDS Create handlers to handle spurious "already exists" errors when success responses from the RDS API do not correctly make it back to the handler. With this change, we are implementing the approach recommended by CloudFormation for integrating with services (such as RDS) that do not support idempotency tokens.

All of the logic is implemented in the new IdempotencyHelper utility class. The rest of this PR is pretty much just wiring up the existing call chains to the IdempotencyHelper.

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

@zrfr zrfr added this pull request to the merge queue Apr 17, 2025
Merged via the queue into aws-cloudformation:master with commit 0b1b251 Apr 17, 2025
1 check passed
@zrfr zrfr deleted the idempotency branch April 17, 2025 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants