Skip to content

Commit

Permalink
Add custom domain example
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk authored Sep 22, 2018
1 parent 922c9c9 commit 8447e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Filename | Purpose | Information link
1. If needed, assign
a [Custom Domain Name](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html),
[ACM certificate](https://aws.amazon.com/certificate-manager/) and [Route 53 CNAME](https://aws.amazon.com/route53/)
to your app in the [API Gateway AWS Console](https://console.aws.amazon.com/apigateway/home#/custom-domain-names).
to your app in the [API Gateway AWS Console](https://console.aws.amazon.com/apigateway/home#/custom-domain-names),
so users can reach your app on a friendly domain like https://app.czi.technology.

To redeploy your app after updating, run `make deploy` again. To undeploy the app and delete all associated resources,
run `make destroy`.
Expand Down

0 comments on commit 8447e31

Please sign in to comment.