AWS APIGateway is not sending response back to Websockets client after AWS SDK v3 migration
I have a couple of Lambdas that were invoked via an API Gateway integration route. In a nutshell, this Lambda will create a session in a dynamodb table and add the first player/connection to the table. When the second player has joined and been added to the table, then the first player should be sent a response indicating that player 2 has joined.
Intermittent Perfromance with AWS API Gateway websocket- Lambda postToConnection
Hello Fellow Stackers!