Skip to content

Commit

Permalink
Add preliminary notes on Amplify
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Feb 26, 2021
1 parent b67e529 commit a181220
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notes/amplify.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AWS Amplify

## Benefits

- [Custom Domains](https://docs.aws.amazon.com/amplify/latest/userguide/custom-domains.html)
- [Web Previews](https://docs.aws.amazon.com/amplify/latest/userguide/pr-previews.html): generate ephemeral preview environments for PRs

## Questions

- You can't add a custom domain until after the application is deployed. What if I need to keep the application off the public internet and within my organization's AWS environment at all times?

0 comments on commit a181220

Please sign in to comment.