No such file or directory: ‘/var/task/requirements.txt’ when using serverless-python-requirements plugin with dockerizePip
I am encountering an issue while trying to deploy my Serverless framework application using the serverless-python-requirements plugin with the following configuration:
Getting lambda handler out of subfolder in serverless framework
I have this serverless.yml file which creates the lambda shown in the picture below.
Serverless v4 – auto update concerns
I want to make sure that Serverless only runs if it’s at the same version, so I’ve set frameworkVersion: '4.1.11'
. It was working fine for a while, but suddenly, in another day, when I running serverless I spotted that Serverless was updated to ‘4.1.12’.
serverless framework: Internal Serverless Error
Prior to upgrading to serverless v4.0.30, I was getting “functionHandler is not defined” errors as in https://github.com/serverless/serverless/issues/12542. The workaround suggested in that issue was I believe to set frameworkVersion lower, but that didn’t work for me (see this question).
serverless run –debug has wrong framework & node version? (different from serverless.yml)
I’m trying out serverless run --debug
to investigate another problem (here’s my actual current error message) and noticed something odd – my serverless_framework version & node version don’t seem to match my serverless.yml specification.