Not disabling an existing function #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hello,
I tried using this plugin to disable some Lambda functions that had already been deployed. After setting up this plugin in my
serverless.yaml
file and deploying the changes, my Lambda functions were unaffected.Looking through the source, it doesn't look like this plugin actually disables the function, it just removes it from the Serverless stack to be deployed. Is this correct?
Are you possibly going to support actually disabling the Lambda function if it has already been deployed? There is an API you can use for that.
The text was updated successfully, but these errors were encountered: