import boto3 gl_client = boto3.client('gamelift') def handler(event, context): print "playerId: " playerId = event['PlayerName'] print ...
確定! 回上一頁