1 Answer
- Newest
- Most votes
- Most comments
1
The documentation online doesn't have it yet, however I just skimmed through an AWS video on websockets and I found the answer! You can watch it here: https://youtu.be/3SCdzzD0PdQ?t=718 but I'll outline it below:
https://${Api}.execute-api.${AWS::Region}.amazonaws.com/${Stage}/@connections/${id}
Operation Action
POST Sends a message
GET Gets the latest connection status
DELETE Disconnects the connection
answered 6 years ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago