juanjoDiaz/serverless-plugin-warmup

Plugin creates a empty lambda with no code

nahimdhaney opened this issue · 3 comments

image

The Plugin is creating 2 lambdas, the first one is empty (the picture) and it has linked an event bridge. I'm using serverless-webpack. (1)

The plugin creates another lambda that contains code but is not linked to anything. (number 2)

image

Of course, the logs of the warmer lambda (1) said:

"Error: Cannot find module 'handler'\nRequire stack:\n- /var/runtime/index.mjs"

any help?