Skip to content

Latest commit

 

History

History
executable file
·
27 lines (16 loc) · 728 Bytes

README.md

File metadata and controls

executable file
·
27 lines (16 loc) · 728 Bytes

Serverless practice

What is serverless computing?

Serverless computing is a model of computing in which the server is not
responsible for the execution of the application. Instead, the server
executes the application on behalf of the client.

Task 1

Create and deploy a Cloud Function using python and GCP CloudFunctions (serverless)

HTTP arguments:

  • op: “add”, “sub”, ”mul”, ”div”, "pow"
  • num1 (number)
  • num2 (number)

Task 2

create a pub-sub topic and a subscription to an order topic