Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you configure three distinct API URL paths (https://yourcompany.com/students, https://yourcompany.com/teachers, and https://yourcompany.com/classes) to each trigger a separate function in your code during deployment?
https://yourcompany.com/students
https://yourcompany.com/teachers
https://yourcompany.com/classes
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.