Vincenzo Arieta
Vincenzo Arieta
Does anybody know how to use `parse-server-sqs-mq-adaper` in order to leverage SQS system and support high throughput?
@davimacedo No I haven't, but I read it all. I didn't go through the implementation because I am not 100% sure that the adapter meets my needs. Do you know...
@davimacedo How is that supposed to work? Can you provide any examples? Am I supposed to use lambda functions for implementing the sqs consumers? Thanks.
@acinader @flovilmart how `parse-server-sqs-mq-adapter` can be used to remove the push notifications overhead from my core server that relies on Parse? Do I need to implement a lambda consumer too?
@acinader will the aforesaid lambda function use Parse sdk to fire up push notifications?
@acinader Yes. That's what I meant. The lambda function will use Parse sdk to send notifications. Is that right?
@acinader you mean by importing the module ```parse-server``` in the lambda? If not, please help me out to understand :)
@acinader what is supposed to be the payload passed by ```parse-server-sqs-mq-adapter``` to the lambda?