{
  "dev": {
      "async_resources": false,
      "aws_region": "us-east-1",
      "s3_bucket": "dev-artist-info-sync",
      "binary_support": false,
      "route53_enabled": false,
      "touch": false,
      "memory_size": 512,
      "keep_warm": false,
      "apigateway_enabled": false,
      "app_function": "index.handler",
      "lambda_handler": "index.handler",
      "profile_name": "default",
      "project_name": "artist-info-sync",
      "lambda_description": "artist-info-sync",
      "runtime": "python3.6",
      "manage_roles": false,
      "role_name": "lambda-dev-artist-info-sync",
      "timeout_seconds": 90
  },
  "qa": {
      "async_resources": false,
      "aws_region": "us-east-1",
      "s3_bucket": "qa-artist-info-sync",
      "binary_support": false,
      "route53_enabled": false,
      "touch": false,
      "memory_size": 512,
      "keep_warm": false,
      "apigateway_enabled": false,
      "app_function": "index.handler",
      "lambda_handler": "index.handler",
      "project_name": "artist-info-sync",
      "lambda_description": "artist-info-sync",
      "runtime": "python3.6",
      "manage_roles": false,
      "role_name": "lambda-qa-artist-info-sync",
      "timeout_seconds": 90
  },
  "prod": {
      "async_resources": false,
      "aws_region": "us-east-1",
      "s3_bucket": "prod-artist-info-sync",
      "binary_support": false,
      "route53_enabled": false,
      "touch": false,
      "memory_size": 512,
      "keep_warm": false,
      "apigateway_enabled": false,
      "app_function": "index.handler",
      "lambda_handler": "index.handler",
      "project_name": "artist-info-sync",
      "lambda_description": "artist-info-sync",
      "runtime": "python3.6",
      "manage_roles": false,
      "role_name": "lambda-prod-artist-info-sync",
      "timeout_seconds": 90
  }
}
