Gjolund

Results 20 comments of Gjolund

Thanks for taking a look and providing a work around for me to start testing. I'll also cross post this over to the hasura boards to see if I can...

@manchuwook the dependencies will be updated and the modules issue you described resolved once PR #72 is merged into master. I used this project as the base for a few...

@venkatrjv debugger works great in webstorm Here is my current config Launch Swagger with Debugger ``` ``` Run Jest with Debugger ``` ```

This is a webstorm debugger configuration to run the pankod moleculer boilerplate

Use webstorm and have .idea in your project root, whether you decide to add it to version control is up to you. ``` cd .idea mkdir -p runConfigurations cd runConfigurations...

any progress on this? I'm willing to sponsor work to get this completed.

> Hey folks > > I don't believe anyone is actively working on this (do correct me if I'm wrong and you have more information though). As always, we're open...

it might just be easiest to call the hasura pro cli directly from ts using shelljs? ``` //#region Global Imports import * as shell from 'shelljs'; //#endregion Global Imports //#region...

Since you are already providing the pulumi aws provider I think the best way to do this is by provisioning an aws lambda function and api gateway endpoint that is...