aws-samples / aws-samples/aws-gamelift-sample
Key Error on ConnectionInfo
Open
- Dominant language
- C++
- Stars
- 249
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.