View source: R/lambda_operations.R
lambda_put_function_recursion_config | R Documentation |
Sets your function's recursive loop detection configuration.
See https://www.paws-r-sdk.com/docs/lambda_put_function_recursion_config/ for full documentation.
lambda_put_function_recursion_config(FunctionName, RecursiveLoop)
FunctionName |
[required] The name or ARN of the Lambda function. Name formats
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length. |
RecursiveLoop |
[required] If you set your function's recursive loop detection configuration to
If you set your function's recursive loop detection configuration to
By default, Lambda sets your function's configuration to If your design intentionally uses a Lambda function to write data back to the same Amazon Web Services resource that invokes the function, then use caution and implement suitable guard rails to prevent unexpected charges being billed to your Amazon Web Services account. To learn more about best practices for using recursive invocation patterns, see Recursive patterns that cause run-away Lambda functions in Serverless Land. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.