-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Websocket Support #1017
Comments
Can you elaborate on what do you mean by that? As far as I know lambda doesn't support them so there isn't much we could do here unless there are some other integrations I'm not aware of. |
Found this article on AWS Compute Blog. |
This was announced publicly around reInvent and I saw a post about it right before making this thread. I honestly don't know enough at this point about how the AWS API Gateway supports websockets to know how it can be implemented here, but as @lis186 linked it's available for use today. |
Ahhh I see. Callbacks are still implemented with lambda that's the part I didn't see. I assumed it would need some other kind of backend that Chalice doesn't support so the API gateway part wouldn't make much sense. I'll mark this as a feature request. |
Not sure if this technically can be closed now that websockets are a part of chalice. I would like to deploy websockets using terraform which is now supported. Should this be a new issue? |
Now that the API Gateway supports websockets it would be great if we could support them here as well.
The text was updated successfully, but these errors were encountered: