apache / pulsar-client-node

Apache Pulsar NodeJS Client
https://pulsar.apache.org/
Apache License 2.0
148 stars 85 forks source link

[Question] AWS Lambda #367

Open jonasgroendahl opened 8 months ago

jonasgroendahl commented 8 months ago

Has anyone managed to get this working in an AWS lambda environment? Perhaps as a AWS lambda layer?

I'm very curious since I'm struggling at the moment how to approach this

shibd commented 7 months ago

This might not be feasible as this repository relies on many cpp libraries. I haven't used AWS Lambda before, and I understand that this client cannot operate in a browser environment.

shoothzj commented 7 months ago

@shibd Sure this library doesn't work on browser env, but does AWS lambda requires browser environment?