From ad2dd8ddd38393fc3c2e0e5afeb3e952b0d22776 Mon Sep 17 00:00:00 2001 From: Dave <62899351+davidclaveau@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:21:41 -0700 Subject: [PATCH] fix to config file, change stage to always be api (#358) --- arSam/template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arSam/template.yaml b/arSam/template.yaml index 7a0ac93..2749e46 100644 --- a/arSam/template.yaml +++ b/arSam/template.yaml @@ -20,7 +20,7 @@ Parameters: Default: 'defaultAccount' Stage: Type: String - Default: 'dev' + Default: 'api' ExportFunctionName: Type: String Default: 'ar-api-ExportInvokableFunction' @@ -676,13 +676,13 @@ Resources: readConfigGet: Type: Api Properties: - Path: /readConfig + Path: /config Method: GET RestApiId: !Ref ApiDeployment readConfigOptions: Type: Api Properties: - Path: /readConfig + Path: /config Method: OPTIONS RestApiId: !Ref ApiDeployment