Relative Content

Tag Archive for serverless-framework

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).