Luke Hedger

Results 11 comments of Luke Hedger

What are your latest thoughts on this @exogen? Would be interested to collaborate in some way if you are still planning to move to the MusiQL model.

That article certainly hits the nail on the head when it comes to schema-first. Had not seen `graphql-nexus` before but I think that approach is definitely the way to go....

Have applied a fix for this in PR #35

Also seeing an error when managing the `eth-lightwallet` dependency with Yarn. After installing the dependency, subsequent `yarn` commands (`add`, `install`) fail with this error: ``` An unexpected error occurred: "ENOENT:...

Wondering if the best practice here would be to use redux-pack with a 1-1 action=>promise relationship - ie. no mixing with redux-thunk etc and no chaining - each action does...

I think you've got the wrong guy @ethanresnick! At least, I have no memory of writing this code 😄

Hey @boyney123 I'd love to take a shot at adding this! I'm thinking a simple implementation would include an SSM parameter containing a token - so the authorizer function would...

Just had a look at this @boyney123 and it seems that [authorizers work slightly differently for WebSocket APIs](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-lambda-auth.html). There is also currently no L2 support in CDK, although there do...

Is this being worked on?