High performance serverless payment reconciliation system developed for a major Argentine bank with over 6 million active users. The system processes transactions in real time, ensuring accurate reconciliation of millions of monthly operations.
Confidential
Financial Services (Banking)
6M+ users, 20M monthly requests
A fully serverless architecture was implemented using AWS native services, which enabled:
Real time search and reconciliation engine. Enabled complex searches across millions of transactions in milliseconds.
Serverless functions for event processing. Handling business logic, validations, and data transformations.
Complex workflow orchestration. Coordination of multiple Lambdas for multi step reconciliation processes.
Messaging system for asynchronous processing. Service decoupling and load spike handling.
Backend: ├── Node.js + TypeScript ├── AWS SDK Infrastructure: ├── AWS CloudFormation ├── AWS Lambda ├── AWS OpenSearch ├── AWS DynamoDB ├── AWS StepFunctions ├── AWS SQS/SNS └── AWS CloudWatch Security: ├── AWS IAM Roles & Policies └── VPC & Security Groups