How can you use a custom logging configuration in AWS Lambda?
Specifically, I don't want to use log4j or slf4j or ACL. I'm using java.util.logging.
I tried setting java.util.logging.config.file as an environment variable, but this didn't work as the framework expects a -D parameter.
 
    