Skip to content

Commit

Permalink
fix status endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed May 13, 2024
1 parent 65930af commit 1eb91b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SAMtemplates/apis/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Resources:
# if you add a new endpoint, then change the name of this resource
# also need to change it in RestApiGatewayStage.Properties.DeploymentId
# *********************************************************************
RestApiGatewayDeploymentV1:
RestApiGatewayDeploymentV1a:
Type: AWS::ApiGateway::Deployment
DependsOn:
# see note above if you add something in here when you add a new endpoint
Expand All @@ -244,7 +244,7 @@ Resources:
Type: AWS::ApiGateway::Stage
Properties:
RestApiId: !Ref RestApiGateway
DeploymentId: !Ref RestApiGatewayDeploymentV1
DeploymentId: !Ref RestApiGatewayDeploymentV1a
StageName: prod
TracingEnabled: true
AccessLogSetting:
Expand Down

0 comments on commit 1eb91b3

Please sign in to comment.