FunctionExists - Boto3 1.38.13 documentation (original) (raw)

Back to top

Toggle table of contents sidebar

Lambda / Waiter / FunctionExists

class Lambda.Waiter.FunctionExists

waiter = client.get_waiter('function_exists')

wait(**kwargs)

Polls Lambda.Client.get_function() every 1 seconds until a successful state is reached. An error is raised after 20 failed checks.

See also: AWS API Documentation

Request Syntax

waiter.wait( FunctionName='string', Qualifier='string', WaiterConfig={ 'Delay': 123, 'MaxAttempts': 123 } )

Parameters:

Name formats

Returns:

None