Signed-off-by: Bernd Verst <github@bernd.dev> |
||
|---|---|---|
| .. | ||
| components | ||
| README.md | ||
| config.yaml | ||
| dynamodb_test.go | ||
README.md
AWS DynamoDB certification testing
This project aims to test the AWS DynamoDB State Store component under various conditions.
Test plan
Basic Test
- Able to create and test connection.
- Able to do set, fetch and delete.
TTL Test using master key authentication
- Able to create and test connection.
- Able to do set TTL, fetch (expired and non-expired) data and delete.