You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, I don't believe it's possible to set the Lambda recursion configuration via the module and a separate resource (aws_lambda_function_recursion_config) is needed. It would be nice if this could be configured via an additional input in the module to keep it all in one place.
My suggestion would be:
module lambda {
...
recursive_loop = "Allow"
}
The text was updated successfully, but these errors were encountered:
At the moment, I don't believe it's possible to set the Lambda recursion configuration via the module and a separate resource (
aws_lambda_function_recursion_config
) is needed. It would be nice if this could be configured via an additional input in the module to keep it all in one place.My suggestion would be:
The text was updated successfully, but these errors were encountered: