Create Serverless Functions on Oracle Cloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 4

  • @AndrewZhilenko
    @AndrewZhilenko 2 ปีที่แล้ว +1

    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 :-)

  • @girijababu
    @girijababu 3 ปีที่แล้ว +2

    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"
    }

    • @TUKHTAMARWAN
      @TUKHTAMARWAN 2 ปีที่แล้ว

      hi, did you figure it out? I am facing the same issue

    • @artemis_3245
      @artemis_3245 9 หลายเดือนก่อน

      any luck?