Closed adjohn closed 5 years ago
Currently debug can only be enabled by modifying the serverless.yml and then redeploying the function. It would be easier to debug if this supports setting debug via the IOPIPE_DEBUG AWS environment variable.
IOPIPE_DEBUG
@adjohn Have you verified this? All debug does is add the IOPIPE_DEBUG environment variable to the function.
debug
Closing as the layers support IOPIPE_DEBUG.
Currently debug can only be enabled by modifying the serverless.yml and then redeploying the function. It would be easier to debug if this supports setting debug via the
IOPIPE_DEBUG
AWS environment variable.