You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm submitting the issue cause this error is throwing me in my serverless project after upgrading the serverless-plugin-warmup from version 4.9.0 to 8.0.0.
I know that serverless-plugin-warmup is working because it created the Warm Up Lambda with its configuration. But after that, all lambda functions can't be found, even if the lambda doesn't have the warm-up event, it can't be found.
The functions configuration declared in the serverless.yml hasn´t been modified because previously the serverless-plugin-warmup every function was working and also, using serverless-offline, the project is working fine.
Hello, I'm submitting the issue cause this error is throwing me in my serverless project after upgrading the
serverless-plugin-warmup
from version4.9.0
to8.0.0
.I know that
serverless-plugin-warmup
is working because it created the Warm Up Lambda with its configuration. But after that, all lambda functions can't be found, even if the lambda doesn't have the warm-up event, it can't be found.Versions:
The functions configuration declared in the
serverless.yml
hasn´t been modified because previously theserverless-plugin-warmup
every function was working and also, usingserverless-offline
, the project is working fine.The
warmup
configuration inserverless.yml
The text was updated successfully, but these errors were encountered: