Skip to content

Commit

Permalink
Fix: [AEA-4505] - force api redeployment (#855)
Browse files Browse the repository at this point in the history
## Summary

- Routine Change

### Details

- force api gateway redeployment
  • Loading branch information
anthony-nhs authored Sep 25, 2024
1 parent 49d9a4f commit 9872992
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 @@ -516,7 +516,7 @@ Resources:
# if you add a new endpoint, then change the name of this resource
# also need to change it in RestApiGatewayStage.Properties.DeploymentId
# *********************************************************************
RestApiGatewayDeploymentV1e:
RestApiGatewayDeploymentV1f:
Type: AWS::ApiGateway::Deployment
DependsOn:
# see note above if you add something in here when you add a new endpoint
Expand All @@ -533,7 +533,7 @@ Resources:
Type: AWS::ApiGateway::Stage
Properties:
RestApiId: !Ref RestApiGateway
DeploymentId: !Ref RestApiGatewayDeploymentV1e
DeploymentId: !Ref RestApiGatewayDeploymentV1f
StageName: prod
TracingEnabled: true
AccessLogSetting:
Expand Down

0 comments on commit 9872992

Please sign in to comment.