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

#728 in Testing

Download history 2/week @ 2024-02-12 18/week @ 2024-02-19 26/week @ 2024-02-26 14/week @ 2024-03-04 10/week @ 2024-03-11 16/week @ 2024-03-18 16/week @ 2024-03-25 70/week @ 2024-04-01

116 downloads per month

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

~1.5MB
~42K SLoC