lambda-refarch-webapp icon indicating copy to clipboard operation
lambda-refarch-webapp copied to clipboard

AWS SAM Template - link does not exist

Open jaiber opened this issue 4 years ago • 1 comments

description of the bug: In the README.md of this repo, a link "AWS SAM Template" pointing to https://github.com/aws-samples/lambda-refarch-webapp/blob/master/template.yml results in 404 page.

Reproduction Steps

minimal amount of code that causes the bug (if possible) or a reference: Click on the "AWS SAM Template" link on the README.md file

Error Log

what is the error message you are seeing? 404 Page not found

Environment

  • SAM CLI Version :
  • OS :
  • Language :

Other


This is :bug: Bug Report

jaiber avatar Jun 28 '21 10:06 jaiber

[CORRECT LINK] https://github.com/aws-samples/lambda-refarch-webapp/blob/master/template.yaml

[WRONG LINK] https://github.com/aws-samples/lambda-refarch-webapp/blob/master/template.yml

The second link above is incorrect at the suffix of 'xxx/template.yml', and the correct is 'xxx/template.yaml' which you can add an 'a' where is leave out.

Erlichooo avatar Aug 11 '21 03:08 Erlichooo