Brett Higgins

Results 76 comments of Brett Higgins

Makes sense; thanks for the feedback. In both GitHub and Gitlab, discussions and reviews are different things, but I think I know what direction to go in now, enough to...

Same issue, but using React Native.

Having the same issue since upgrading to serverless v3 and serverless-python-requirements 5.4.0. (I may have been seeing the same issue earlier, but it didn't seem as fatal, somehow.)

Whoops, my error is most similar to @sirfuzzalot 's error, but a bit different: ``` Error: EEXIST: file already exists, symlink '/path/to/project/.requirements_cache/91e8d581ee3e2acc2fb3bc7d00d4788cce7c5e6ec79a1b55242428bcd67376a6_x86_64_slspyc.zip' -> '.serverless/pythonRequirements.zip' ``` Of course, now that I've...

It happens intermittently when I try to deploy a single function, and then it goes away. The state is probably changing when I change something between deploys, but I'm not...

It seems to fail when I've recently run `sls package`, which creates `.serverless/pythonRequirements.zip` - but `sls deploy function` is also attempting to write that file. If this is the case,...

I'm using this repo to show a minimal repro for a related, but different issue: https://github.com/brettdh/serverless-layer-test However, if you comment out the workaround mentioned in the README, it also serves...

Forgot to mention - related issue is #700.

Here's a minimal repro: https://github.com/brettdh/serverless-layer-test Note, however, that the issue also appears to manifest when _not_ using this plugin; `sls deploy function` just doesn't seem to update lambda layers at...