Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 749 Bytes

File metadata and controls

23 lines (12 loc) · 749 Bytes

Dynamodb Streams

Prerequisites

  1. AWS CLI installed and configured (aws configure)
  2. Appropriate IAM permissions for the AWS services used

Step 1: Creating table with streams enabled

The script handles this step automatically. See dynamodb-streams.sh for the exact CLI commands.

Step 2: Writing items to trigger stream events

The script handles this step automatically. See dynamodb-streams.sh for the exact CLI commands.

Step 3: Reading stream records

The script handles this step automatically. See dynamodb-streams.sh for the exact CLI commands.

Cleanup

The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.