tc_dynamodb_local 0.2.1

Testcontainers image for local dynamodb
Documentation
1
2
3
4
5
6
7
8
9
10
11
# DynamoDb Local 

This crate provides `DynamoDB` as an `Image` for `testcontainers`.

By default the `latest` will be used for the dynamodb-local container. This can be overridden by creating the DynamoDB
instance with `DynamoDB::with_tag`. 

The period of time waiting for the dynamodb-local image to be available can be adjusted from the default value of 
2000 milliseconds by setting the environment variable DYNAMODB_ADDITIONAL_SLEEP_PERIOD (in millis).

Information on the DynamoDB local container can be found at: https://hub.docker.com/r/amazon/dynamodb-local/