From 1781a857023d709d505e3e19831d2895ab076761 Mon Sep 17 00:00:00 2001 From: Ryan Jordan <34822768+rtjord@users.noreply.github.com> Date: Sat, 9 Nov 2024 00:06:24 -0500 Subject: [PATCH] Fixed typo in template.yml --- backend/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/template.yml b/backend/template.yml index 4c57693..17a4dcc 100644 --- a/backend/template.yml +++ b/backend/template.yml @@ -104,7 +104,7 @@ Resources: ApiEvent: Type: Api Properties: - RestArpiId: !Ref MyApi # Reference the API defined above + RestApiId: !Ref MyApi # Reference the API defined above Path: /package/{id} Method: get RequestParameters: