Not quite understand from what services the final solution consists of? Only lambda and Redis? What is the websocket destination on the backend?
@serverlessjamesАй бұрын
Lambda Redis and ECS Fargate 👍
@oleksandrdidenko1872Ай бұрын
@@serverlessjames Does the frontend connect to ECS Fargate?
@serverlessjamesАй бұрын
Exactly. The frontend connects to SignalR running on Fargate with a Redis backplane. Lambda connects to the same Redis backplane so you can send messages from a Lambda function back to the frontend