mihirpmehta

Results 8 comments of mihirpmehta

Hi, I am using HellowWorld Example's sample code only for AsyncLambda ... Just one line of change in main.swift `sprinter.register(handler: "helloWorld4", lambda: asyncDictLambda)` uncommented above line and commented syncLambda line...

just to clarify any confusion. It has nothing to do with Database connection or anything. It's the default code that is given in the main.swift file for asyncLambda i am...

Oh. I miss it. I didn't change it in makefile. Thanks a ton

I think this project is no longer active. Can we fork and create our own pod and use it ?

Facing similar issue where getting `"interface conversion: interface {} is nil, not map[string]interface {}"` error in subgraph's federation go when that subgraph has dependency on other subgraph entity's field.

Facing the same issue... Any idea ? I'm getting EXC_BAD_INSTRUCTION Do i need to change the vsh and fsh file of the teaport example ?

The non compilable code is following ``` func (ec *executionContext) __resolve_entities(ctx context.Context, representations []map[string]interface{}) []fedruntime.Entity { list := make([]fedruntime.Entity, len(representations)) repsMap := map[string]struct { i []int r []map[string]interface{} }{} //...