helpful-knife-18557
02/16/2023, 5:47 PMaws.lambda.FunctionEventInvokeConfig
and from the documentation, I am not sure understand in the example the function_name
argument:
function_name=aws_lambda_alias["example"]["function_name"],
reading the document, it just mentions this need to be the name of the function or the arn
, but the example seems to get something from a dictionary? not sure what aws_lambda_alias
refers to? Any pointer would be greatly appreciated. (just passing the arn does trigger an error during the run)