Skip to content

Commit 7f9dade

Browse files
Tom McCarthyheitorlessa
Tom McCarthy
andauthored
chore: Add link to dynamodb local
Co-authored-by: Heitor Lessa <lessa@amazon.co.uk>
1 parent b0d6665 commit 7f9dade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/idempotency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ with a truthy value. If you prefer setting this for specific tests, and are usin
805805

806806
### Testing with DynamoDB Local
807807

808-
To test with DynamoDB local, you can replace the `Table` resource used by the persistence layer with one you create inside your tests. This allows you to set the endpoint_url.
808+
To test with [DynamoDB Local](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html), you can replace the `Table` resource used by the persistence layer with one you create inside your tests. This allows you to set the endpoint_url.
809809

810810
=== "tests.py"
811811

0 commit comments

Comments
 (0)