Hi Florian,

as far as I know SQS have a HTTP interface. You can use HTTP (TLS 1 only 
atm) from FOXX and it has its own queue. Maybe that would be helpful.

Claudius

Am Samstag, 10. September 2016 09:28:26 UTC+2 schrieb Florian:
>
> Hi everyone,
>
> I would like to use an AWS SQS (Simple Queue Service) to push some events 
> ( update_entity, create_entity, ...) from my Foxx microservices, in order 
> to process those events in another service ( which could be another Foxx 
> service or not ).
>
> But as ArangoDB Foxx doesn't manage node packages like a NodeJS 
> application, the aws-sdk package doesn't work (TypeError: 
> util.crypto.lib.createHash is not a function)
>
> Is there any workaround to push events from a Foxx microservice to a queue 
> system (AWS or others) ?
>
> I was wondering if I had to put a NodeJS app layer in front of my Foxx 
> service but I think I'll loose the advantages of using Foxx (and I already 
> have a API Gateway in front of the Foxx services, I think so 3 app layers 
> is too much)
>
> Thanks in advance !
> Florian
>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to