Hey,
I stumbled over the following query for updating the lambda script:
mutation updateLambda($input: UpdateLambdaInput!){
updateLambda(input: $input)
}
It is/was working with version v21.12.0 but isnt working with version v22.0.1.
Was the mutation removed?