An AWS CLI tutorial that demonstrates Dynamodb operations.
bash dynamodb-queries.shTo auto-run with cleanup:
echo 'y' | bash dynamodb-queries.sh- Creating table with GSI
- Writing items
- Query by partition key
- Query GSI (active users)
- Scan with filter
- Table
- Item
The script prompts you to clean up resources when it finishes.
Free tier eligible for most operations. Clean up resources after use to avoid charges.