{
    "dev": {
        "lambda_handler": "datadog_lambda.handler.handler",
        "lambda_description": "notification service",
        "aws_region": "us-east-1",
        "profile_name": "gdb-delphi-dev",
        "project_name": "dev-delphi-notification-service",
        "runtime": "python3.10",
        "s3_bucket": "dev-delphi-lambda-artifacts",
        "exclude": [
            "zappa",
            "boto3"
        ],
        "exclude_glob": [
            "*.gz",
            "*.rar",
            "botocore*"
        ],
        "layers": [
            "arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Python310:83",
            "arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension:51"
        ],
        "payload_compression": true,
        "apigateway_enabled": false,
        "slim_handler": false,
        "memory_size": 256,
        "timeout_seconds": 840,
        "manage_roles": false,
        "keep_warm": false,
        "role_name": "dev-delphi-notification_service_role",
        "extra_permissions": [],
        "events": [],
        "aws_environment_variables": {
            "DD_LAMBDA_HANDLER": "notification_service.lambda_handler",
            "DD_SITE": "datadoghq.com",
            "DD_API_KEY_SECRET_ARN": "arn:aws:secretsmanager:us-east-1:475275892927:secret:delphi/dev/common/DD_API_KEY-aHL1C5",
            "ENVIRONMENT": "dev",
            "DD_ENV": "dev",
            "SENTRY_SECRET_KEY": "delphi/dev/sentry_config",
            "API_DB_SECRET_KEY": "delphi/dev/api/pg/user",
            "DTF_NOTIFICATION_QUEUE_NAME": "dev-delphi-dtf-notification.fifo",
            "SF_NOTIFICATION_QUEUE_NAME": "dev-delphi-sf-notification",
            "DELPHI_NOTIFICATION_TOPIC_ARN": "arn:aws:sns:us-east-1:475275892927:dev-delphi-notification",
            "RDS_SECRETS_KEY": "delphi/dev/api/pg/user",
            "NOTIFICATION_TTL": "24",
            "SNS_THREAD_COUNT": "5"
        },
        "vpc_config" : {
            "SubnetIds": ["subnet-0c4ef8a4bcfc0f530","subnet-0f75f14582a00610f","subnet-039d0dc7ea7f5e541"],
            "SecurityGroupIds": [ "sg-0aac6645c9a40cdd1" ]
        },
        "tags": {
            "platform": "Delphi",
            "environment": "Development",
            "project": "DAPD",
            "service": "Lambda",
            "plat_env_project_service": "DLP_DEV_DAPD_LMB"
        }
    },
    "qa": {
        "lambda_handler": "datadog_lambda.handler.handler",
        "lambda_description": "notification service",
        "aws_region": "us-east-1",
        "profile_name": "gdb-delphi-dev",
        "project_name": "qa-delphi-notification-service",
        "runtime": "python3.10",
        "exclude": [
            "zappa",
            "boto3"
        ],
        "exclude_glob": [
            "*.gz",
            "*.rar",
            "botocore*",
            "snowflake*"
        ],
        "layers": [
            "arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Python310:83",
            "arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension:51"
        ],
        "payload_compression": true,
        "apigateway_enabled": false,
        "slim_handler": false,
        "memory_size": 256,
        "timeout_seconds": 840,
        "manage_roles": false,
        "keep_warm": false,
        "role_name": "qa-delphi-notification_service_role",
        "extra_permissions": [],
        "events": [],
        "aws_environment_variables": {
            "DD_LAMBDA_HANDLER": "notification_service.lambda_handler",
            "DD_SITE": "datadoghq.com",
            "DD_ENV": "qa",
            "DD_API_KEY_SECRET_ARN": "arn:aws:secretsmanager:us-east-1:475275892927:secret:delphi/qa/common/DD_API_KEY-xswh1I",
            "ENVIRONMENT": "qa",
            "SENTRY_SECRET_KEY": "delphi/qa/sentry_config",
            "API_DB_SECRET_KEY": "delphi/qa/api/pg/user",
            "DTF_NOTIFICATION_QUEUE_NAME": "qa-delphi-dtf-notification.fifo",
            "SF_NOTIFICATION_QUEUE_NAME": "qa-delphi-sf-notification",
            "DELPHI_NOTIFICATION_TOPIC_ARN": "arn:aws:sns:us-east-1:475275892927:qa-delphi-notification",
            "RDS_SECRETS_KEY": "delphi/qa/api/pg/user",
            "NOTIFICATION_TTL": "24",
            "SNS_THREAD_COUNT": "5"
        },
        "vpc_config" : {
            "SubnetIds": ["subnet-0a9c38cddf9327e4f", "subnet-0c9c39995d2369f2b", "subnet-0dd1cb3b3abc193b4"],
            "SecurityGroupIds": ["sg-0158b5e76c6a7de24"]
        },
        "tags": {
            "platform": "Delphi",
            "environment": "QA",
            "project": "DAPD",
            "service": "Lambda",
            "plat_env_project_service": "DLP_QA_DAPD_LMB"
        }
    },
    "stage": {
        "lambda_handler": "datadog_lambda.handler.handler",
        "lambda_description": "notification service",
        "aws_region": "us-east-1",
        "profile_name": "gdb-delphi-dev",
        "project_name": "stage-delphi-notification-service",
        "runtime": "python3.10",
        "exclude": [
            "zappa",
            "boto3"
        ],
        "exclude_glob": [
            "*.gz",
            "*.rar",
            "botocore*",
            "snowflake*"
        ],
        "layers": [
            "arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Python310:83",
            "arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension:51"
        ],
        "payload_compression": true,
        "apigateway_enabled": false,
        "slim_handler": false,
        "memory_size": 256,
        "timeout_seconds": 840,
        "manage_roles": false,
        "keep_warm": false,
        "role_name": "stage-delphi-notification_service_role",
        "extra_permissions": [],
        "events": [],
        "aws_environment_variables": {
            "DD_LAMBDA_HANDLER": "notification_service.lambda_handler",
            "DD_SITE": "datadoghq.com",
            "DD_ENV": "stage",
            "DD_API_KEY_SECRET_ARN": "arn:aws:secretsmanager:us-east-1:475275892927:secret:delphi/stage/common/DD_API_KEY-zm1H3i",
            "ENVIRONMENT": "stage",
            "SENTRY_SECRET_KEY": "delphi/stage/sentry_config",
            "API_DB_SECRET_KEY": "delphi/stage/api/pg/user",
            "DTF_NOTIFICATION_QUEUE_NAME": "stage-delphi-dtf-notification.fifo",
            "SF_NOTIFICATION_QUEUE_NAME": "stage-delphi-sf-notification",
            "DELPHI_NOTIFICATION_TOPIC_ARN": "arn:aws:sns:us-east-1:475275892927:stage-delphi-notification",
            "RDS_SECRETS_KEY": "delphi/stage/api/pg/user",
            "NOTIFICATION_TTL": "24",
            "SNS_THREAD_COUNT": "5"
        },
        "vpc_config" : {
            "SubnetIds": ["subnet-08555814cb729f3fd", "subnet-0247d42dde390e3b9", "subnet-0bbc4644a766eb9a7"],
            "SecurityGroupIds": ["sg-056c39728b268ec08"]
        },
        "tags": {
            "platform": "Delphi",
            "environment": "Staging",
            "project": "DAPD",
            "service": "Lambda",
            "plat_env_project_service": "DLP_STAGE_DAPD_LMB"
        }
    },
    "prod": {
        "lambda_handler": "datadog_lambda.handler.handler",
        "lambda_description": "notification service",
        "aws_region": "us-east-1",
        "profile_name": "gdb-delphi-prod",
        "project_name": "prod-delphi-notification-service",
        "runtime": "python3.10",
        "s3_bucket": "prod-delphi-lambda-artifacts",
        "exclude": [
            "zappa",
            "boto3"
        ],
        "exclude_glob": [
            "*.gz",
            "*.rar",
            "botocore*",
            "snowflake*"
        ],
        "layers": [
            "arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Python310:83",
            "arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension:51"
        ],
        "payload_compression": true,
        "apigateway_enabled": false,
        "slim_handler": false,
        "memory_size": 256,
        "timeout_seconds": 840,
        "keep_warm": false,
        "manage_roles": false,
        "role_name": "prod-delphi-notification_service_role",
        "extra_permissions": [],
        "events": [],
        "aws_environment_variables": {
            "DD_LAMBDA_HANDLER": "notification_service.lambda_handler",
            "DD_SITE": "datadoghq.com",
            "DD_ENV": "prod",
            "DD_API_KEY_SECRET_ARN": "arn:aws:secretsmanager:us-east-1:323555055331:secret:delphi/prod/common/DD_API_KEY-P9HOr2",
            "ENVIRONMENT": "prod",
            "SENTRY_SECRET_KEY": "delphi/prod/sentry_config",
            "API_DB_SECRET_KEY": "delphi/prod/api/pg/user",
            "DTF_NOTIFICATION_QUEUE_NAME": "prod-delphi-dtf-notification.fifo",
            "SF_NOTIFICATION_QUEUE_NAME": "prod-delphi-sf-notification",
            "DELPHI_NOTIFICATION_TOPIC_ARN": "arn:aws:sns:us-east-1:323555055331:prod-delphi-notification",
            "RDS_SECRETS_KEY": "delphi/prod/api/pg/user",
            "NOTIFICATION_TTL": "24",
            "SNS_THREAD_COUNT": "5"
        },
        "vpc_config" : {
            "SubnetIds": ["subnet-09e693df111dc47d7", "subnet-000b2722d7d3f25bd", "subnet-022573830560f00e2"],
            "SecurityGroupIds": ["sg-0bf8535b1e4321031"]
        },
        "tags": {
            "platform": "Delphi",
            "environment": "Production",
            "project": "DAPD",
            "service": "Lambda",
            "plat_env_project_service": "DLP_PROD_DAPD_LMB"
        }
    }
}
