2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
I would actually avoid using api gateway for websocket purposes as it gets very tricky and manual to set itu p. You need lambda functions, dynamodb to store sessions etc..
I would suggest to take inspiration from serverlessspresso workshop: https://workshop.serverlesscoffee.com/0-introduction/1-overview.html which leverage IOT Core which may be more resilient and better as choice.
Hope it helps ;)
0
It does not seem like the right approach. You should send the message to the server and have a Lambda function to send it to the other participant.
Relevant content
- asked 5 years ago
- asked 6 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 12 days ago
- AWS OFFICIALUpdated 12 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 days ago