terraform-aws-modules / terraform-aws-apigateway-v2

Terraform module to create AWS API Gateway v2 (HTTP/WebSocket) 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/apigateway-v2/aws
Apache License 2.0
144 stars 188 forks source link

docs: A websocket API example. #46

Closed lllama closed 2 years ago

lllama commented 2 years ago

The example creates a websockets API gateway.

An EventBridge scheduled event is created that pings all connected clients each minute.

websocat or similar can be used to connect to the API GW and it will receive the pings each minute. Any messages sent by the client will be sent to any other connected clients (try connecting with websocat in a separate terminal).

github-actions[bot] commented 2 years ago

This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days

github-actions[bot] commented 2 years ago

This PR was automatically closed because of stale in 10 days

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

antonbabenko commented 3 weeks ago

This issue has been resolved in version 5.0.0 :tada: