Benjamin Copeland | e41ba75 | 2020-11-11 12:31:30 +0000 | [diff] [blame] | 1 | --- |
| 2 | prod: |
| 3 | app_function: zappa_init.app |
| 4 | aws_region: us-east-1 |
| 5 | project_name: tf-tuxpub |
| 6 | runtime: python3.7 |
| 7 | s3_bucket: trustedfirmware-prod-storage |
| 8 | domain: downloads.trustedfirmware.org |
| 9 | certificate_arn: arn:aws:acm:us-east-1:987685672616:certificate/13e5c25b-ee56-4a84-a714-39e02c84e8f3 |
| 10 | environment_variables: |
| 11 | S3_BUCKET: trustedfirmware-prod-storage |
| 12 | S3_REGION: us-east-1 |
| 13 | ROOT_INDEX_LISTING: 'True' |
| 14 | SITE_TITLE: TrustedFirmware Downloads |