powered by
Returns a list of Lambda functions, with the version-specific configuration of each.
lambda_list_functions(MasterRegion, FunctionVersion, Marker, MaxItems)
For Lambda\@Edge functions, the AWS Region of the master function. For example, us-east-2 or ALL. If specified, you must set FunctionVersion to ALL.
us-east-2
ALL
FunctionVersion
Set to ALL to include entries for all published versions of each function.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
Specify a value between 1 and 50 to limit the number of functions in the response.
svc$list_functions( MasterRegion = "string", FunctionVersion = "ALL", Marker = "string", MaxItems = 123 )
Set FunctionVersion to ALL to include all published versions of each function in addition to the unpublished version. To get more information about a function or version, use GetFunction.
# NOT RUN { # This operation retrieves a Lambda functions # } # NOT RUN { svc$list_functions( Marker = "", MaxItems = 123L ) # } # NOT RUN { # }
Run the code above in your browser using DataLab