From 8597a581d79ac8687be163955b44664bf435302a Mon Sep 17 00:00:00 2001 From: Nikhil Swaminathan Date: Mon, 4 Feb 2019 10:04:49 -0800 Subject: [PATCH] Hosting with AWS Amplify (#7510) Merge pull request 7510 --- docs/_docs/deployment/third-party.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_docs/deployment/third-party.md b/docs/_docs/deployment/third-party.md index 155bb7e2..e3196a48 100644 --- a/docs/_docs/deployment/third-party.md +++ b/docs/_docs/deployment/third-party.md @@ -9,6 +9,12 @@ permalink: /docs/deployment/third-party/ Automating the deployment of a Jekyll site is simple. See their [Jekyll docs](https://www.aerobatic.com/docs/static-site-generators/#jekyll) for more details. Your built `_site` folder is deployed to their highly-available, globally distributed hosting service. +## AWS Amplify + +The [AWS Amplify Console](https://console.amplify.aws) provides continuous deployment and hosting for modern web apps (single page apps and static site generators). Continuous deployment allows developers to deploy updates to their web app on every code commit to their Git repository. Hosting includes features such as globally available CDNs, 1-click custom domain setup + HTTPS, feature branch deployments, redirects, trailing slashes, and password protection. + +Read this [step-by-step guide](https://medium.com/@FizzyInTheHall/build-and-publish-a-jekyll-powered-blog-easily-with-aws-amplify-529852042ab6) to deploy and host your Jekyll site on AWS Amplify. + ## CloudCannon [CloudCannon](https://cloudcannon.com) has everything you need to build, host