Some endpoints are not being deployed
See original GitHub issueThis is a Bug Report
Description
For bug reports:
- What went wrong? I have one endpoint with several lambdas depending on different http methods, but when I make a deployment only one is deployed.
- What did you expect should have happened? All three endpoints should deploy correctly.
- What was the config you used? My serverless.yml:
Serverless cli: 1.15.3
- What stacktrace or error message from your provider did you see?
Functions are there but no endpoint.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Troubleshooting Cloud Endpoints configuration deployment
This page describes how to troubleshoot errors that you might encounter when you deploy your Cloud Endpoints configuration. The error messages that you...
Read more >Google Cloud Endpoints, works locally, not working when ...
ORIGINAL POST: I have been developing a project with Google Cloud Endpoints. So far I have developed it all locally. I went to...
Read more >Endpoints visible locally but not when deployed on azure #122
Only seems to be an issue deploying to azure via a pipeline. Manually publishing direct to azure seems to work fine. Changing to...
Read more >Troubleshooting online endpoints deployment and scoring
Learn how to troubleshoot some common deployment and scoring errors with online endpoints.
Read more >Troubleshooting Deploy - Tanium Documentation
No software in the Predefined Package Gallery · From the Main menu, go to Administration > Content > Packages. · Search for the...
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 Free
Top 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
I found the error. I was writting
event
instead ofevents
in those endpoints. Typo errors as usually… 😝Damn! That’s a nasty one!
@Cotel great to hear that it’s resolved 🎉 (and thanks for sharing the solution!)