Function "undefined" doesn't exist in this Service
See original GitHub issueWith latest serverless version (2.32.1), running sls wsgi flask --command "task migrate up"
results in following error:
Serverless Error ----------------------------------------
Function "undefined" doesn't exist in this Service
I’ll hope it will be fixed soon. We currently need to pin serverless version to avoid this issue.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:7 (2 by maintainers)
Top Results From Across the Web
serverless: function doesn't exist in this service
Since i added the get function, i decided i needed to add the create and get parts after stories, but no matter how...
Read more >Serverless Error - Function not found... · Issue #3050
I'm getting a mix of "function not found" and "function already exists" which I'm guessing is just some bad cleanup or delayed function...
Read more >Function does not exist when trying to invoke but deploy is ...
Deployment runs successfully, I see new function in the GCP portal and can execute it from there. But trying to execute it via...
Read more >Uncaught TypeError: 'undefined' is not a function
Uncaught TypeError : 'undefined' is not a function. This is a common JavaScript error that happens when you try to call a function...
Read more >Function - AWS Serverless Application Model
Creates an AWS Lambda function, an AWS Identity and Access Management (IAM) execution role, and event source mappings that trigger the function.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same issue, it worked after I downgrade serverless package to version (2.31.0) using below command:
npm install serverless@2.31.0 -g
Closed in favor of #156. @mmoallemi99 is preparing a PR