diff options
| author | Jordan Cook <jordan.cook@pioneer.com> | 2022-04-12 19:22:22 -0500 |
|---|---|---|
| committer | Jordan Cook <jordan.cook@pioneer.com> | 2022-04-15 18:32:19 -0500 |
| commit | 08248be2b1502a2adda0ecfdd1d86bd981dc256e (patch) | |
| tree | 9b057bad333cdbbd22593b6b1ab02cea86bbd877 /requests_cache/backends | |
| parent | 341303f78d95f44ed52208e7d90e05b49afea1cb (diff) | |
| download | requests-cache-08248be2b1502a2adda0ecfdd1d86bd981dc256e.tar.gz | |
Update general expiration docs
Diffstat (limited to 'requests_cache/backends')
| -rw-r--r-- | requests_cache/backends/dynamodb.py | 2 |
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 |
