Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> |
||
---|---|---|
.. | ||
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.