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

View source: R/lambda_operations.R

lambda_list_functionsR Documentation

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. Lambda returns up to 50 functions per call.

See https://www.paws-r-sdk.com/docs/lambda_list_functions/ for full documentation.

Usage

lambda_list_functions(
  MasterRegion = NULL,
  FunctionVersion = NULL,
  Marker = NULL,
  MaxItems = NULL
)

Arguments

MasterRegion

For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, us-east-1 filters the list of functions to include only Lambda@Edge functions replicated from a master function in US East (N. Virginia). 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

The maximum number of functions to return in the response. Note that list_functions returns a maximum of 50 items in each response, even if you set the number higher.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.