This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
rebble-weather/zappa_settings.json
2018-06-30 11:50:19 -07:00

14 lines
No EOL
462 B
JSON

{
"production": {
"app_function": "weather.app",
"aws_region": "us-west-2",
"profile_name": "rebble",
"project_name": "rebble-weather",
"runtime": "python3.6",
"s3_bucket": "rebble-zappa",
"domain": "weather.rebble.io",
"route53_enabled": false,
"memory_size": 128,
"certificate_arn": "arn:aws:acm:us-east-1:032833028620:certificate/6c77be48-4686-4a4f-9ece-9f00f87e19de"
}
}