aws-samples / aws-data-mesh-utils

Apache License 2.0
85 stars 22 forks source link

Atomic APIs #20

Open vgkowski opened 2 years ago

vgkowski commented 2 years ago

Today APIs are idempotent but not atomic. A failure on one of the API calls put resources in an inconsistent state. We need a rollback mechanism to revert the successful operations.

IanMeyers commented 1 year ago

Would you look for the rollback to happen on each execution, or only as an optional parameter to the request?