John Lim Ding Wei

Results 28 comments of John Lim Ding Wei

Hi @bitflower, did you ever resolve this?

@sebito91 Thanks and please let me know if you need any assistance on this.

@sebito91 Hope all is well with you. Did you manage to reproduce the issue? Hope to hear from you soon.

##Update I managed to duplicate the issue. Using the project from https://github.com/serverless/event-gateway-getting-started as an example: The steps to reproduce the issue are as follows 1) Clone the repo 2) Modify...

Hi, Is there any update on the issue? As per what @baniol reported, I'm similarly getting `Authorizer function doesn't exists." errors. Thanks.

Hi @alexdebrie thanks for looking into this. ``` My Environment Information ----------------------------- OS: darwin Node Version: 8.11.3 Serverless Version: 1.30.3 ``` ``` --------serverless-event-gateway-plugin "version": "0.7.8" ``` ``` # -------------serverless.yml functions:...

Hi @alexdebrie, were you able to duplicate this? Do let me know if you need any further info. Cheers.

@alexdebrie Thanks for the fix! I've verified that it fixes the aforementioned issue. Really appreciate it

@alexdebrie If I understand correctly, the current design for authorizers on http requests require them to be tied to `http:request` event types? For example: ``` custom: eventTypes: http.request: authorizer: authorizerFunc...

>We'll still working on the mechanisms for allowing auth on http.request. As Maciej noted, it will likely be on the subscription. @alexdebrie Are there use cases for multiple subscribers to...