You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to put up the Gomoku Demo. While the set up is completed, when testing the 2 player game play .... my game-match-status lambda is returning following error
[ERROR] KeyError: 'ConnectionInfo'
Traceback (most recent call last):
File "/var/task/index.py", line 25, in lambda_handler
connection_info = json.loads(match_response['Item']['ConnectionInfo'])
ConnectionInfo Key does not exist in DDB, is it expected to be there ...am I missing any step?
The text was updated successfully, but these errors were encountered:
I was trying to put up the Gomoku Demo. While the set up is completed, when testing the 2 player game play .... my game-match-status lambda is returning following error
[ERROR] KeyError: 'ConnectionInfo'
Traceback (most recent call last):
File "/var/task/index.py", line 25, in lambda_handler
connection_info = json.loads(match_response['Item']['ConnectionInfo'])
ConnectionInfo Key does not exist in DDB, is it expected to be there ...am I missing any step?
The text was updated successfully, but these errors were encountered: