iopipe / serverless-iopipe-layers

Please migrate to the equivalent New Relic Serverless plugin: serverless-newrelic-lambda-layers
https://github.com/iopipe/serverless-newrelic-lambda-layers
Apache License 2.0
14 stars 8 forks source link

Support enabling debug via AWS Env Var #18

Closed adjohn closed 5 years ago

adjohn commented 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.

kolanos commented 5 years ago

@adjohn Have you verified this? All debug does is add the IOPIPE_DEBUG environment variable to the function.

kolanos commented 5 years ago

Closing as the layers support IOPIPE_DEBUG.