Skip to main content
Panther Knowledge Base

Does DynamoDB in Panther have a default TTL for its cache when one is not explicitly set?

QUESTION

Does DynamoDB in Panther have a default TTL for its cache when one is not explicitly set?

ANSWER

If the functionality for accessing the kv-table is defined in the globals, there is no default expiration.

However, if the globals defer tofrom panther_detection_helpers import caching, then the default expiration is set to 90 days.