You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the plugin does not take these Environment Variables into account since I get this error while doing sls package:
Error:
Cannot resolve serverless.yml: Variables resolution errored with:
- Cannot resolve variable at "Glue.jobs.0.role": unable to get local issuer certificate,
- Cannot resolve variable at "Glue.jobs.1.role": unable to get local issuer certificate,
- Cannot resolve variable at "Glue.jobs.2.role": unable to get local issuer certificate
Once I comment out the serverless-glue parts, the sls package works successfully.
sls package also works fine when HTTPS_PROXY and HTTP_PROXY are not used
The text was updated successfully, but these errors were encountered:
For accessing AWS resources, we are using proxy:
Looks like the plugin does not take these Environment Variables into account since I get this error while doing
sls package
:Once I comment out the serverless-glue parts, the
sls package
works successfully.sls package also works fine when HTTPS_PROXY and HTTP_PROXY are not used
The text was updated successfully, but these errors were encountered: