Closed kolanos closed 6 years ago
If IOPIPE_TOKEN is set as an environment variable in the serverless.yml, then the iopipeToken custom var should be optional.
IOPIPE_TOKEN
iopipeToken
I don't believe serverless plugins have access to env vars (for good reason) so we unfortunately cannot do this. We could, however add a || statement inside of the js code to fallback (again) to the env var.
||
If
IOPIPE_TOKEN
is set as an environment variable in the serverless.yml, then theiopipeToken
custom var should be optional.