Results 3 comments of Raj

`{ "name": "ustris", "fields": [ {"name": ".*", "type": "auto" }, {"name": "iid", "type": "string", "facet": false,"index":true }, {"name": "posts", "type": "auto", "facet": false,"index":false,"optional": true}, {"name": "version", "type": "int32", "facet": false,"index":false,"optional":...

i understood that part, The real issue is that we are sending array of object all the time and post a cluster restart(i believe) the issue started creeping in without...

This was fixed for me by adding a Depends on like follows ``` RestApi: Type: AWS::Serverless::Api ApiBasePathMapping Type: AWS::ApiGateway::BasePathMapping DependsOn: -RestApiStage // the name of the AWS::Serverless::Api appeneded with Stage...