I'd like to monitor the usage of our Lambdas' ephemeral storage, but I don't want to use the UI tools like Lambda Insights. We currently have a log-scanning python script set up that reads the logs to attain runtime, memory use/limit, etc., but also to find specific things in the logs like code warnings, errors, and other easter eggs we drop in our own logs.
Is there any way we could monitor how much of the allocated storage is used by each Lambda from the logs? I know there's nothing in the logs currently, wondering if there's some code that will dump the ephemeral usage into the log so we can pick it up from there.