Metadata API
Is there any way to get data on the currently running function, eg., name, file, etc?
2 Replies
There's logging which you can use to build metrics, is that what you're thinking? Or are you asking about something at runtime?
Curious to hear use cases either way
Runtime - current use case is stateful migrations and I wanted to workaround hardcoding a string reference to the name of the migration file.