Lars

Results 12 comments of Lars

Well I don't think so but, there is no option in the current serverless set-up that adds the ssh flag to the docker command as I see it from this...

Sorry from my side. I should have written flag instead of buildarg... corrected it now. Well, passing the absolute path to the ssh key instead of passing the content as...

``` COPY ${argWithPathToSshKeyOnHost} /root/.ssh/id_rsa failed to compute cache key: "/Users/ec2-user/.ssh/id_rsa" not found: not found ``` All the resources need to be in the dir that you run the build, i.e....

Makes sense! What do you think the implementation could look like? https://github.com/serverless/serverless/blob/bb37f4fe75ff5234fae48ada433cd52ddf51cb91/lib/plugins/aws/provider.js#L2155 Adding something similar like for platform? I'm happy to contribute, serverless is a nice piece of software:)

You need to run the tests from the rootdir of the project. The --prefix option doesn't fix this, indeed. When you run the test from an other dir than the...

Hello! We are having a similar issue. Instead of installing ALL groups we only want to install ONE group of our .toml requirements! There should be a way to pass...