vkkis93 / serverless-step-functions-offline

Emulate step functions locally when developing your Serverless project
MIT License
78 stars 40 forks source link

ServerlessError - serverless-step-functions-offline (Either function.handler or function.image must be defined) #80

Open nichmica7 opened 2 years ago

nichmica7 commented 2 years ago

ServerlessError: Either function.handler or function.image must be defined. Pass the handler name (i.e. 'index.handler') as the value for function.image.command[0].

Hi, I'm trying the serverless-step-functions-offline plugin but I'm getting the above error. Any ideas how to solve it, please?