arc-macro-custom-domain

2.2.2-alpha • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i arc-macro-custom-domain

Weekly Downloads

1

Version

2.2.2-alpha

License

ISC

Unpacked Size

6.3 kB

Total Files

3

Last publish

Collaborators

  • jga
  • dawnerd
  • ecwillis
  • orthagonal1
  • alaguna
  • aleperez92