Mudassir H

Results 6 comments of Mudassir H

I also ran into the same issue. When I did a little debugging I found cloud formation stacks work like functions with outputs from one stack passed as parameters for...

@bboure , is there any fix or workaround for this issue. I have a lot of mutations and queries. It is very difficult to update mapping and attach data sources...

@bboure I faced this issue without any manipulation to AppSync stack. I just faced this once where I had to update a lot of mutations manually. Post that with next...

@bboure Subscription with serverless-appsync-simulator work fine, its just that graphiql interface doesn't support the subscription testing yet. I was able to test subscription in dev through this example https://github.com/awslabs/aws-mobile-appsync-sdk-js/blob/aws-appsync%403.0.4/tutorials/react-offline-realtime-todos/src/App.js. I'm...

@jhonner If you are executing sql.js in Javascriptcore of ios. It will be executed as if the environment is shell which is the default environment for sql.js(Other supported environments for...

@lovasoa we were thinking of having reusable logic/code in js across android/ios/web and native UI. However, we were not able to get sql.js working with data transfer between native and...