-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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!
- Yes, I have the time, and I know how to start.
- Yes, I have the time, but I don't know how to start. I would need guidance.
- No, I don't have the time, although I believe I could do it if I had the time...
- No, I don't have the time and I wouldn't even know how to start.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request