Computer Science, asked by Ansh1372, 10 months ago

What is the advantage of putting event-driven components of your application into cloud functions?

Answers

Answered by bestanswers
0

Answer:

The advantages of putting event-driven components of your application into cloud functions are:

• The cloud function manages smooth and seamless scaling of these components

• The codes executes anytime, an agent triggers it, irrespective of the fact it happens once a while or many times

• You need not provision the total resources for handling all these operations.

Answered by lovingheart
0

In this process the code runs when an event gets triggered.

There are many advantages in running event-driven components using cloud function.

1. It is easy and simple to run the code in the cloud

2. It automatically scales

3. It is highly available

4. It can tolerate faults

5. Some cloud services allows you to pay only when your code runs

6. We can extend the service of the cloud.

Similar questions