Google Cloud Api Gateway Tutorial

Поделиться
HTML-код
  • Опубликовано: 4 авг 2024
  • Google Cloud Api Gateway Tutorial
    Tutorial for the Google Cloud - Api Gateway
    Links
    github.com/stefanbertos/for-d...
    help.sonatype.com/iqserver/au...
    swagger.io/tools/swagger-edit...
    cloud.google.com/endpoints/do...
    cloud.google.com/api-gateway/...
    cloud.google.com/api-gateway/...
    cloud.google.com/api-gateway/...
    cloud.google.com/functions
    Chapters:
    00:00 Introduction
    01:22 Theory first
    03:12 Features
    05:07 API intro
    06:24 OpenApi specification
    11:33 Google Cloud Console - Service Account
    13:29 Deploy Cloud Function via SDK
    17:37 Google Cloud Console - API Gateway
    29:06 Monitoring
    30:18 Security
    30:40 Pricing
    31:19 Quotas and limits
    32:12 FAQ
    35:04 Outro
    🚩Connect with Stefan on social media
    - LinkedIn - / stefanbertos
    - Twitter- / bertosstefan
    - Instagram - / stefanbertos
    - Facebook - / stefan.bertos
    🔔 Subscribe to this RUclips channel
    / @fordevelopers
    #gcp #apigateway #openapi #tutorial #cloud #google #googlecloud #api #cloudfunction #developers #fordevelopers #java #googlecloudplatform
  • НаукаНаука

Комментарии • 15

  • @yaroslavbondarchuk3919
    @yaroslavbondarchuk3919 Год назад +3

    thank you so much for this video! It really helped a lot, especially in places where docs weren't so helpful

  • @venurarajapaksha907
    @venurarajapaksha907 Год назад +1

    Very Helpful

  • @marcusstateofmind
    @marcusstateofmind Год назад +1

    Really cool tutorial

  • @fernandez3753
    @fernandez3753 23 дня назад

    Thanks

  • @mrspruance
    @mrspruance Месяц назад

    This video help me a lot, Thank you!!

  • @angelroma5456
    @angelroma5456 Месяц назад

    Thank you, it was really helpful

  • @fernandomatos5869
    @fernandomatos5869 Год назад +1

    Pretty coverage about API Gatway and other stuffs that could appear on other cenarious. Thanks!

  • @matiasgaldames4576
    @matiasgaldames4576 Год назад

    If I implement a load balanced to have my domain. how do i block the automatically generated url for my api gateway ???

  • @sreekanthmcit
    @sreekanthmcit 9 месяцев назад

    Can you please tell me how we can integrate GKE with Cloud API Gateway ?

  • @hamranikhaled2278
    @hamranikhaled2278 9 месяцев назад

    Hi, I have a problem with CORS in api getway, what is the solution, I haven't found it!

  • @BogdanCondrat
    @BogdanCondrat 8 месяцев назад

    after the step where you generate a new API Gateway, if i access the URL of the gateway i get the response from the backend, without authorization. i don't get your Error: Forbidden message. so basically anyone that knows the API Gateway URL can access without authorization the Cloud Function in the backend.

  • @Neozzkxngz
    @Neozzkxngz Год назад +2

    How to use if you have multiple services but want a single api gateway ? Do I have to create a huge config that contains all the path that exist in the different services ?

    • @ForDevelopers
      @ForDevelopers  Год назад

      I think yes, then you will have something like stackoverflow.com/questions/53839360/combining-multiple-backend-services-into-one-cloud-endpoint-api
      where each path would have it's own x-google-backend address

  • @zacharyh5027
    @zacharyh5027 Год назад +1

    basePath never worked for me along with a Python Cloud Run endpoint that looks like: @app.route('/apigateway/test2/', methods=['GET'])
    doing v1/apigateway/test2/....
    gives me a "Not Found"