Tom Clark

Results 5 comments of Tom Clark

Just wondering where would I build this object. Trying to figure out the flow. Seems like currently js shim -> main (which I'm assuming is the proxy) -> server (my...

Yeah it's kind of a one off thing I'm trying to do. Just writing a lamda authenticator for auth0. https://github.com/PayNoMind/lambda-authenticator I got it working by switching the handler to be...

Ah So I think I figured out what the issue is, the type events that come through aren't always Api Gateway requests. So I have to look into extending the...

Now all you need to add is: ``` "overrides": { "ngx-schema-form": { "rxjs": "^7.4.0" } }, ```