Does DynamoDB in Panther have a default TTL for its cache when one is not explicitly set?
If the functionality for accessing the kv-table is defined in the globals, there is no default expiration.
However, if the globals defer tofrompanther_detection_helpers import caching
, then the default expiration is set to 90 days.