django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.08k stars 800 forks source link

Is Django channels layer support AWS SQS? #1946

Closed PankajSavaliya closed 10 months ago

PankajSavaliya commented 1 year ago

Hi,

I'm already using AWS SQS for the celery task, but now it's blocked me here for implementing WebSocket with SQS.

carltongibson commented 10 months ago

There's not a backend that I'm aware of. But you write one.