List of questions
Related questions
Question 218 - Professional Cloud Developer discussion
You are responsible for deploying a new API. That API will have three different URL paths:
* https://yourcompany.com/students
* https://yourcompany.com/teachers
* https://yourcompany.com/classes
You need to configure each API URL path to invoke a different function in your code. What should you do?
A.
Create one Cloud Function as a backend service exposed using an HTTPS load balancer.
B.
Create three Cloud Functions exposed directly.
C.
Create one Cloud Function exposed directly.
D.
Create three Cloud Functions as three backend services exposed using an HTTPS load balancer.
Your answer:
0 comments
Sorted by
Leave a comment first