paws.compute (version 0.1.0)

lambda_list_functions: Returns a list of Lambda functions, with the version-specific configuration of each

Description

Returns a list of Lambda functions, with the version-specific configuration of each.

Usage

lambda_list_functions(MasterRegion, FunctionVersion, Marker, MaxItems)

Arguments

MasterRegion

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.

FunctionVersion

Set to ALL to include entries for all published versions of each function.

Marker

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

MaxItems

Specify a value between 1 and 50 to limit the number of functions in the response.

Request syntax

svc$list_functions(
  MasterRegion = "string",
  FunctionVersion = "ALL",
  Marker = "string",
  MaxItems = 123
)

Details

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.

Examples

Run this code
# 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