3 unstable releases

Uses old Rust 2015

0.2.1 Sep 16, 2019
0.2.0 Feb 28, 2019
0.1.0 Jan 15, 2019

#773 in Testing

MIT/Apache

17KB
290 lines

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/

Dependencies

~2MB
~43K SLoC