| GameLiftManagerLobbyManagerInvokeUsernameLambda Method |
Checks if the username the user entered is currently in any game sessions and if so, does not allow that username to be used again.
By default, this lambda function will also set the desired active instances of the fleet being used to 1. It will do this regardless if
the instance is already at 1 or if its at 0. This is because after no users after 30 minutes, the instance auto scales down to 0.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private void InvokeUsernameLambda(
AmazonLambdaClient _client,
InvokeRequest _request
)
Private Sub InvokeUsernameLambda (
_client As AmazonLambdaClient,
_request As InvokeRequest
)
private:
void InvokeUsernameLambda(
AmazonLambdaClient^ _client,
InvokeRequest^ _request
)
private member InvokeUsernameLambda :
_client : AmazonLambdaClient *
_request : InvokeRequest -> unit
Parameters
- _client
- Type: AmazonLambdaClient
The AWS client variable - _request
- Type: InvokeRequest
The request parameters and permissions
See Also