Click or drag to resize

GameLiftManagerLobbyManagerInvokeHostLambda Method

Hosts a game via a lambda function for the user

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private void InvokeHostLambda(
	AmazonLambdaClient _client,
	InvokeRequest _request
)

Parameters

_client
Type: AmazonLambdaClient
The AWS client variable
_request
Type: InvokeRequest
The request parameters and permissions
See Also