AWS Database Blog

Stanley Chukwuemeke

Author: Stanley Chukwuemeke

Stanley Chukwuemeke is a Senior Partner Solutions Architect at AWS. Stanley helps partners and customers architect and modernize their data(base) on the AWS cloud by leveraging the AWS purpose-built Data stores, Analytics & AI/ML.

Enable change data capture on Amazon RDS for MySQL applications that are using XA transactions

XA transactions are not a very familiar concept to lots of people and therefore hardly used. An XA transaction is a two-phase commit protocol that supports distributed transactions that updates multiple relational databases. It involves a transaction manager that monitors this global transaction. XA makes sure that transactional updates are committed in all of the […]

Modeling a scalable fantasy football database with Amazon DynamoDB

Today’s online games generate more data than ever and have request rates that reach millions per second. For these data-intensive games, it’s important for developers to select a database that delivers consistent low latency at any scale and has throughput elasticity to accommodate spikes in traffic without costly overprovisioning during low activity periods. This is […]