Feature Request
Is your feature request related to a problem? Please describe.
A few days ago i implemented a chat functionality at my api using api gateway websocket from aws. To do that, i've created an adapter (to forward the request context to my application) by extending aws simple adapter (just like SQS adapter) and creating the required interfaces.
It would be nice to have this adapter available in the library 🚀
Describe the solution you'd like
Create an adapter to handle api gateway websocket requests, maybe a more robust one than mine (that only forwards the request context).
Describe alternatives you've considered
- Custom adapter extending aws simple adapter to forward the request context to my application
Are you willing to resolve this issue by submitting a Pull Request?
Right now i don't have the time for it, but it would be awesome to contribute!
Feature Request
Is your feature request related to a problem? Please describe.
A few days ago i implemented a chat functionality at my api using api gateway websocket from aws. To do that, i've created an adapter (to forward the request context to my application) by extending aws simple adapter (just like SQS adapter) and creating the required interfaces.
It would be nice to have this adapter available in the library 🚀
Describe the solution you'd like
Create an adapter to handle api gateway websocket requests, maybe a more robust one than mine (that only forwards the request context).
Describe alternatives you've considered
Are you willing to resolve this issue by submitting a Pull Request?
Right now i don't have the time for it, but it would be awesome to contribute!