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
I am working on deploying a lambda function that uses custom libraries stored in Artifactory. Unfortunately when running sls deploy, the plugin fails because the --isolated argument causes the settings point towards our custom repository to be ignored and the jobs fails as it cannot find our custom library?
What is the reason for using the --isolated argument? And might it worth making it a parameter that could be overwritten?
The text was updated successfully, but these errors were encountered:
Hmm. It seems I added that based on an early suggestion (#8). But since then the pipCmdExtraArgs option has been added, so I think it makes sense to remove it so that custom repos, etc. can work.
I am working on deploying a lambda function that uses custom libraries stored in Artifactory. Unfortunately when running
sls deploy
, the plugin fails because the--isolated
argument causes the settings point towards our custom repository to be ignored and the jobs fails as it cannot find our custom library?What is the reason for using the
--isolated
argument? And might it worth making it a parameter that could be overwritten?The text was updated successfully, but these errors were encountered: