Slide 7
Slide 7 text
7
Shaping the
future of digital
business
gft.com
Serverless Services Characteristics
GAE is a PaaS offering where Google manages
application infrastructure that responds to HTTP
requests.
Develop server-side code in Java, .NET, Python, Go,
PHP, Node, Ruby, .NET
Cloud Run is a Container as a Service (CaaS) offering
where you bring your own Docker or other OCI image
and GCP manages it for you.
Any language, any library and binary
Cloud Functions is a Function as a Service (FaaS)
offering where you can write small code snipperts that
respond to events.
JavaScript, Python 3, Go, or Java runtimes