We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b14e7 commit b43835bCopy full SHA for b43835b
1 file changed
infrastructure/terraform/modules/backend-api/locals.tf
@@ -42,7 +42,7 @@ locals {
42
CLIENT_CONFIG_TTL_SECONDS = 900
43
DEFAULT_LETTER_SUPPLIER = local.default_letter_supplier_name
44
ENVIRONMENT = var.environment
45
- LETTER_VARIANT_CACHE_TTL_MS = 300000
+ LETTER_VARIANT_CACHE_TTL_MS = 0
46
LETTER_VARIANT_TABLE_NAME = aws_dynamodb_table.letter_variants.name
47
NODE_OPTIONS = "--enable-source-maps"
48
RENDER_REQUEST_QUEUE_URL = module.sqs_letter_render.sqs_queue_url
0 commit comments