DynamoDB streams creation

This property definition:

FunctionName:
      Fn::GetAtt:
        - streamFunctionLambdaFunction
        - Arn

doesn’t really work. How can I reference the lambda function that I want the dynamo stream to trigger on update using the lambda function’s name?