Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Cloud Endpoints with Google Cloud Functions [closed]

Tags:

I was not able to find documentation about how to connect GCF with Google Cloud Endpoints. As I understand Google Cloud Endpoints can be configured to access internal cloud resources. It is not clear how to use load balancer with Endpoints service as well.

In the Building Scalable Web Apps with Cloud Datastore article it indicates that you should be able to configure a direct connection from Cloud Endpoints to Cloud Functions. There is no indication that you would need to have any Compute Engine or other infrastructure between them. Is there any documentation or tutorial on how to connect Cloud Endpoints to Cloud Functions? Did somebody manage to connect those two services?

like image 615
QuestionAndAnswer Avatar asked Jun 26 '17 15:06

QuestionAndAnswer


People also ask

How does Google Endpoints work?

Cloud Endpoints uses an NGINX-based proxy and distributed architecture for performance and scale. Using an OpenAPI Specification or one of our API frameworks, Cloud Endpoints gives you the tools you need for API development and provides insight with Cloud Logging, Cloud Monitoring, and Cloud Trace.

What is Endpoint in Google Cloud?

Endpoints is an API management system that helps you secure, monitor, analyze, and set quotas on your APIs using the same infrastructure Google uses for its own APIs.

What is Cloud Endpoints used for?

Endpoints is a distributed API management system. It provides an API console, hosting, logging, monitoring, and other features to help you create, share, maintain, and secure your APIs.

Are Google cloud functions always running?

There is no concept on a forever-running function on Cloud Functions (nor on other, similar Functions-as-a-Service offerings), although it's definitely possible to create a function that gets triggered every minute or so (like a cron job). This user is first on the weekly Google Cloud leaderboard.


1 Answers

At this time, there is no way to connect GCF with Endpoints. Sorry about that!

like image 88
Rose Davidson Avatar answered Oct 21 '22 03:10

Rose Davidson