functions: hello: handler: handler.hello url: # Allow CORS for all requests from any origin cors: true world: handler: handler.hello url: # Configure CORS in details: cors: allowCredentials: … allowedHeaders: … allowedMethods: … allowedOrigins: … exposedResponseHeaders: … maxAge: ….