Skip to content

Calculator using serverless functions with GCP and use of pubsub example

Notifications You must be signed in to change notification settings

aguerrero232/serverless-calculator-and-ps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Calculator using serverless functions with GCP and use of pubsub example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published