components-contrib/tests/certification/state/aws/dynamodb
Bernd Verst 9095b0e7e7
Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-11-28 18:13:09 -08: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 Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08: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.