From ee9302f08d8ded975974da9af55e6e974a5fcf26 Mon Sep 17 00:00:00 2001 From: Jeroen Vervaeke Date: Sun, 16 Oct 2022 15:13:58 +0100 Subject: [PATCH] Fixed broken link to template.yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c73e04d9..d5e56657 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To accomplish this, we are using Cognito User Pools, which allows users to regis Fork this repository to your own GitHub account, as you will need to create a Personal Access Token in Github for the Amplify console, as well as provide your GitHub repository URL in the deployment. -You can use the provided [AWS SAM template](./template.yml) to launch a stack that shown here on this Serverless reference architecture. Details about the resources created by this template are provided in the *SAM Template Resources* section of this document. +You can use the provided [AWS SAM template](./template.yaml) to launch a stack that shown here on this Serverless reference architecture. Details about the resources created by this template are provided in the *SAM Template Resources* section of this document. ## Generating your Github Access Token