As Scott said, you can't print the output of apply...
# python
g
As Scott said, you can't print the output of apply, but you can print within the apply. e.g.
Copy code
Output.all(service[0].name, ecs_cluster.name).apply(lambda args: print(f"service/{args[0]}/{args[1]}"))