components-contrib/tests/certification/state/aws/dynamodb
Alessandro (Ale) Segala 3938c3e7c0
Cert tests: use a single go.mod for all certification tests (#2748)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-04-04 12:28:11 -07:00
..
components changes for conformance and certification tests 2023-01-12 15:47:02 -05:00
README.md adds ttl test 2022-12-23 12:33:39 -05:00
config.yaml starts AWS DynamoDB certification tests 2022-12-21 14:25:19 -05:00
dynamodb_test.go changes for conformance and certification tests 2023-01-12 15:47:02 -05:00

README.md

AWS DynamoDB certification testing

This project aims to test the AWS DynamoDB State Store component under various conditions.

Test plan

Basic Test

  1. Able to create and test connection.
  2. Able to do set, fetch and delete.

TTL Test using master key authentication

  1. Able to create and test connection.
  2. Able to do set TTL, fetch (expired and non-expired) data and delete.