@@ -183,26 +183,26 @@ resources:
183183 Fn::Sub : arn:aws:execute-api:${AWS::Region}:${AWS::AccountId}:${WebsocketsApi}/${self:provider.stage}/*/$disconnect
184184
185185 # for autodeployments
186- WebsocketsDeployment :
187- Type : AWS::ApiGatewayV2::Deployment
188- Properties :
189- ApiId :
190- Ref : WebsocketsApi
191- Description : Force redeploy ${sls:instanceId}
192- DependsOn :
193- - SconnectWebsocketsRoute
194- - SdisconnectWebsocketsRoute
186+ # WebsocketsDeployment:
187+ # Type: AWS::ApiGatewayV2::Deployment
188+ # Properties:
189+ # ApiId:
190+ # Ref: WebsocketsApi
191+ # Description: Force redeploy ${sls:instanceId}
192+ # DependsOn:
193+ # - SconnectWebsocketsRoute
194+ # - SdisconnectWebsocketsRoute
195195
196- WebsocketsDeploymentStage :
197- Type : AWS::ApiGatewayV2::Stage
198- Properties :
199- StageName : ${self:provider.stage}
200- Description : Redeploy ${sls:instanceId} # forces stage update
201- ApiId : !Ref WebsocketsApi
202- DeploymentId : !Ref WebsocketsDeployment
203- DefaultRouteSettings :
204- DataTraceEnabled : true # enables execution logging
205- LoggingLevel : INFO # ERROR | INFO
196+ # WebsocketsDeploymentStage:
197+ # Type: AWS::ApiGatewayV2::Stage
198+ # Properties:
199+ # StageName: ${self:provider.stage}
200+ # Description: Redeploy ${sls:instanceId} # forces stage update
201+ # ApiId: !Ref WebsocketsApi
202+ # DeploymentId: !Ref WebsocketsDeployment
203+ # DefaultRouteSettings:
204+ # DataTraceEnabled: true # enables execution logging
205+ # LoggingLevel: INFO # ERROR | INFO
206206
207207 Outputs :
208208 WsMessageQueueArn :
0 commit comments