REST API with DynamoDB Integration

Understand API Gateway integration with DynamoDB.

Atomic counter

Every architect dreams of an independent distributed system where all transactions process independently of the others. Such ideals remain ideals. Despite all the care, we do end up with scenarios where we need some shared resources like counters. An atomic counter is required in many applications. We need a way to count events and assign a unique number to events while ensuring we do not have a race condition.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy