Description
I want to see what application is using a lambda, from the lambda screen
Problem
If I have a large number of lambdas and applications, it can be problematic to map from lambdas back to the application using it.
It's easy to go from the application -> lambda, but I may want to go the other way.
Solution
On the lambda view screen, display all applications that are using this lambda.
Alternatives/workarounds
I can name lambdas carefully. For example, I could have lambda-app-abc
correspond to the abc
application. Then of course, if the lambda is used by a different application, def
, I have to remember to rename it lambda-app-abc-def
.
I could add comments in the lambda.
Additional context
This could be done for more than just lambdas.
Templates, Lambdas, Keys, Connectors, Messengers
Anything that could be used by another entity and currently doesn't have a way to display what is in-use.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.