Oracle made cloud functions ugly and inconvenient :-( forcing developers to mess around with network settings, routing and containers. Just skip this and use AWS Lambda or GCP cloud functions, where "how to" video is only 3-4 minutes long :-)
Thank you very much for this video. It was very useful for beginners like me. I have created function and API Gateway. Function invoke working fine but calling API gateway URL with curl is throwing Internal server error as shown below. I have 443 https ingress rule open in my subnet. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 46 0 46 0 0 547 0 --:--:-- --:--:-- --:--:-- 547 { "code": 500, "message": "Internal Server Error" }
Oracle made cloud functions ugly and inconvenient :-( forcing developers to mess around with network settings, routing and containers. Just skip this and use AWS Lambda or GCP cloud functions, where "how to" video is only 3-4 minutes long :-)
Thank you very much for this video. It was very useful for beginners like me. I have created function and API Gateway. Function invoke working fine but calling API gateway URL with curl is throwing Internal server error as shown below. I have 443 https ingress rule open in my subnet.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 46 0 46 0 0 547 0 --:--:-- --:--:-- --:--:-- 547
{
"code": 500,
"message": "Internal Server Error"
}
hi, did you figure it out? I am facing the same issue
any luck?