diff --git a/SAMtemplates/apis/main.yaml b/SAMtemplates/apis/main.yaml index 1fcbf5ee8..87610f74c 100644 --- a/SAMtemplates/apis/main.yaml +++ b/SAMtemplates/apis/main.yaml @@ -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 @@ -533,7 +533,7 @@ Resources: Type: AWS::ApiGateway::Stage Properties: RestApiId: !Ref RestApiGateway - DeploymentId: !Ref RestApiGatewayDeploymentV1e + DeploymentId: !Ref RestApiGatewayDeploymentV1f StageName: prod TracingEnabled: true AccessLogSetting: