Skip to content

Commit

Permalink
fix to config file, change stage to always be api (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidclaveau authored Jul 18, 2024
1 parent 00f4b5d commit ad2dd8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arSam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Parameters:
Default: 'defaultAccount'
Stage:
Type: String
Default: 'dev'
Default: 'api'
ExportFunctionName:
Type: String
Default: 'ar-api-ExportInvokableFunction'
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ad2dd8d

Please sign in to comment.