summaryrefslogtreecommitdiff
path: root/requests_cache/backends
diff options
context:
space:
mode:
Diffstat (limited to 'requests_cache/backends')
-rw-r--r--requests_cache/backends/dynamodb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/requests_cache/backends/dynamodb.py b/requests_cache/backends/dynamodb.py
index 711022e..2ec971a 100644
--- a/requests_cache/backends/dynamodb.py
+++ b/requests_cache/backends/dynamodb.py
@@ -16,6 +16,8 @@ especially good fit for serverless applications running on
DynamoDB binary item sizes are limited to 400KB. If you need to cache larger responses, consider
using a different backend.
+
+
Creating Tables
^^^^^^^^^^^^^^^
Tables will be automatically created if they don't already exist. This is convienient if you just