Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 764 Bytes

File metadata and controls

38 lines (23 loc) · 764 Bytes

Dynamodb Streams

An AWS CLI tutorial that demonstrates Dynamodb operations.

Running

bash dynamodb-streams.sh

To auto-run with cleanup:

echo 'y' | bash dynamodb-streams.sh

What it does

  1. Creating table with streams enabled
  2. Writing items to trigger stream events
  3. Reading stream records

Resources created

  • Table
  • Item

The script prompts you to clean up resources when it finishes.

Cost

Free tier eligible for most operations. Clean up resources after use to avoid charges.

Related docs