Google Cloud Api Gateway Tutorial

preview_player
Показать описание
Google Cloud Api Gateway Tutorial
Tutorial for the Google Cloud - Api Gateway

Links

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

🔔 Subscribe to this YouTube channel

#gcp #apigateway #openapi #tutorial #cloud #google #googlecloud #api #cloudfunction #developers #fordevelopers #java #googlecloudplatform
Рекомендации по теме
Комментарии
Автор

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

yaroslavbondarchuk
Автор

Another question, if possible please make a follow up for this video, integrating with google cloud identity platform :) and also the cloud armor

Satenc
Автор

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

fernandomatos
Автор

This video help me a lot, Thank you!!

mrspruance
Автор

is it possible to set the key to be sent on the headers instead of the query params?

Satenc
Автор

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 ?

kevxqz
Автор

Great tutorial, I only did not understand why the get is not protected, what makes this one be unprotected while others do require the key? I missed this, is it because the security array at the yml is empty?

EDIT: Found the explanation indeed is what I though, at 10:08 for anybody else that wonders :)

Satenc
Автор

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

sreekanthmcit
Автор

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

hamranikhaled
Автор

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

matiasgaldames
Автор

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.

BogdanCondrat
Автор

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

zacharyh