View source: R/lambda_operations.R
lambda_list_functions | R Documentation |
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.
lambda_list_functions(
MasterRegion = NULL,
FunctionVersion = NULL,
Marker = NULL,
MaxItems = NULL
)
MasterRegion |
For Lambda@Edge functions, the Amazon Web Services Region of the master
function. For example, |
FunctionVersion |
Set to |
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.