components-contrib/tests/certification/state/aws/dynamodb
Josh van Leeuwen 9be6d157a4
tests/certification: Updates dapr/dapr to `master` HEAD (#3084)
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-08-21 17:06:55 -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 tests/certification: Updates dapr/dapr to `master` HEAD (#3084) 2023-08-21 17:06:55 -07: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.