---
# Us-east-1 region config
us-east-1:
  common:
    lambda:
      handler: "index.handler"
      architectures: ["arm64"]
      ignore_source_code_hash: false
      layers: []
      s3_existing_package:
        bucket: "hot-reload"
        key: "/dummy-package" # This is dummy package. Rewrite via export TF_VAR_s3_existing_package or use TF_VAR_local_existing_package for local packages
      datadog_config:
        DD_ENABLED: false
        DD_API_KEY_SECRET_ARN: "*"
  
  # Lambda config
  swg-lambda-fetch-profile:
    create_mongo_role: false

  swg-lambda-compute-profile:
    create_mongo_role: false
