{
    "dev": {
        "lambda_handler": "apple_charts_notifications.lambda_handler",
        "aws_region": "us-east-1",
        "profile_name": "gdb-delphi-dev",
        "project_name": "dev_apollo_apple_charts_notifications",
        "runtime": "python3.7",
        "s3_bucket": "dev-apollo-lambda-artifacts",
        "exclude": ["*.gz", "*.rar", "zappa", "boto3", "botocore"],
        "payload_compression": true,
        "apigateway_enabled": false,
        "slim_handler": false,
        "timeout_seconds": 900,
        "keep_warm": false,
        "manage_roles": false,
        "role_name": "dev-apollo-apple-charts-notifications-role",
        "extra_permissions": [],
        "events": [{
            "function": "apple_charts_notifications.lambda_handler",
            "expression": "rate(15 minutes)"
        }],
        "aws_environment_variables": {
            "ENVIRONMENT": "dev",
            "MYSQL_DB_HOST": "apollo/dev/common/MYSQL_DB_HOST",
            "MYSQL_DB_NAME": "apollo/dev/api/MYSQL_DB_NAME",
            "MYSQL_DB_PASS": "apollo/dev/api/MYSQL_DB_PASS",
            "MYSQL_DB_USER": "apollo/dev/api/MYSQL_DB_USER",
            "REDIS_HOST": "apollo/dev/common/REDIS_HOST",
            "PUSH_NOTIFICATIONS_QUEUE": "apollo/dev/common/PUSH_NOTIFICATIONS_QUEUE",
            "SENTRY_DSN": "apollo/dev/apple_charts_notifications/SENTRY_DSN",
            "DEBUG_USER_ID": "5d9330e029d2ef0e0e3ccdaa"
        },
        "tags": {
            "platform": "Apollo",
            "environment": "Development"
        },
        "vpc_config": {
            "SubnetIds": [ "subnet-09ec3762007deeed8", "subnet-0d9bb68f7a849e23d", "subnet-075a83e57eed650d3" ],
            "SecurityGroupIds": [ "sg-0ff948fa98ea353f3" ]
        }
    },
    "prod": {
        "lambda_handler": "apple_charts_notifications.lambda_handler",
        "aws_region": "us-east-1",
        "profile_name": "gdb-delphi-prod",
        "project_name": "prod_apollo_apple_charts_notifications",
        "runtime": "python3.7",
        "s3_bucket": "prod-apollo-lambda-artifacts",
        "exclude": ["*.gz", "*.rar", "zappa", "boto3", "botocore"],
        "payload_compression": true,
        "apigateway_enabled": false,
        "slim_handler": false,
        "timeout_seconds": 900,
        "keep_warm": false,
        "manage_roles": false,
        "role_name": "prod-apollo-apple-charts-notifications-role",
        "extra_permissions": [],
        "events": [{
            "function": "apple_charts_notifications.lambda_handler",
            "expression": "rate(15 minutes)"
        }],
        "aws_environment_variables": {
            "ENVIRONMENT": "prod",
            "MYSQL_DB_HOST": "apollo/prod/common/MYSQL_DB_HOST",
            "MYSQL_DB_NAME": "apollo/prod/api/MYSQL_DB_NAME",
            "MYSQL_DB_PASS": "apollo/prod/api/MYSQL_DB_PASS",
            "MYSQL_DB_USER": "apollo/prod/api/MYSQL_DB_USER",
            "REDIS_HOST": "apollo/prod/common/REDIS_HOST",
            "PUSH_NOTIFICATIONS_QUEUE": "apollo/prod/common/PUSH_NOTIFICATIONS_QUEUE",
            "SENTRY_DSN": "apollo/prod/apple_charts_notifications/SENTRY_DSN"
        },
        "tags": {
            "platform": "Apollo",
            "environment": "Production"
        },
        "vpc_config": {
            "SubnetIds": [ "subnet-070f6bd1097882aa1", "subnet-0750c1050930d56dd", "subnet-02f77acec241e34b3" ],
            "SecurityGroupIds": [ "sg-054ce7aead8dbf073" ]
        }
    }
}
