From 82e4da1bb590d0823cef06faa072a3a89a273cbd Mon Sep 17 00:00:00 2001 From: Daniel Zilberman <42846514+dzilbermanvmw@users.noreply.github.com> Date: Wed, 21 May 2025 18:06:15 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73e0854..4121378 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Guidance for Building Payment Systems Using Event-Driven Architecture on AWS +# Guidance for Building Transaction Posting Systems Using Event-Driven Architecture on AWS This guidance focuses on payment processing subsystems responsible for posting payments to recieving accounts. In this phase of payment processing, inbound transactions are evaluated, have accounting rules applied to them, then are posted into receiving accounts. The accounting rules dictate the work that needs to happen to successfully process the transaction. Inbound transactions are assumed to have been authorized by an upstream process.