Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/arc-macro-custom-domain
https://github.com/firstandthird/arc-macro-custom-domain
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/firstandthird/arc-macro-custom-domain
- Owner: firstandthird
- Created: 2019-10-10T20:11:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T23:21:55.000Z (about 4 years ago)
- Last Synced: 2024-12-21T00:36:28.495Z (about 1 month ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arc-macro-custom-domain
- can override domain with `ARC_DOMAIN`
## Example .arc
```
@app
example@http
get /@macros
arc-macro-custom-domain@customDomain
zoneName {route53 host}
productionCertArn {production arn}
productionDomain {production domain}
stagingCertArn {staging arn}
stagingDomain {staging domain}
```## Example .arc with http api
```
@app
example@http
get /@macros
architect/macro-http-api
arc-macro-custom-domain@customDomain
zoneName {route53 host}
productionCertArn {production arn}
productionDomain {production domain}
stagingCertArn {staging arn}
stagingDomain {staging domain}
httpAPI true
```