John Lim Ding Wei

Results 28 comments of John Lim Ding Wei

@alexdebrie @mthenw Just following up to see if you have any advice for me for the aforementioned issue. Thanks in advance.

Hi @alexdebrie, Thanks for getting back. So if I understand correctly, 1) In the meantime, for http endpoints that need granular control, it's recommended that we use the traditional serverless/API...

##Update I believe this is associated with issue #501 . I am encountering events not being emitted only after experiencing issue #501. I have experienced it across different apps, services...

## Update 2 To duplicate this issue 1) Continuing off from issue #501, duplicate but rename the createUser function in handler.js and update serverless.yml as follows ``` createUserDuplicate: handler: handler.createUserDuplicate...

Hi @alexdebrie, thanks for responding. I'm basing the code from https://github.com/serverless/event-gateway-getting-started, therefore the configuration that subscribed to the `user.created` event is as follows: ``` emailUser: handler: handler.emailUser events: - eventgateway:...

@ebidel They could.... but in situations where the client needs to do something only once (i.e on initial connect to firebase), without the firebase-loaded event, the client will have to...

Hmmm... we could have something like this ``` _listenToQuery: function(query) { this._log('Adding Firebase event handlers.'); // query.on('value', this._onQueryValue, this._onQueryCancel, this); query.on('child_added', this._onQueryChildAdded, this._onQueryCancel, this); query.on('child_removed', this._onQueryChildRemoved, this._onQueryCancel, this); query.on('child_changed', this._onQueryChildChanged,...

@ebidel I've pushed an alternate proposal. Does that eliminate the concern you have?

hmmm... I'm not sure if its related but it may be because the package name for sprinloaded V1.1.5 is not `org.springsource.springloaded:springloaded-core:` but `org.springframework.:springloaded`. In GrailsPlugin.groovy, its referencing `org.springsource.springloaded:springloaded-core:` as the...

Hi, just realised I'm also encountering this issue. Is there any update on this?