Computer Science, asked by mysticashu, 7 months ago

1. AppEngine is a great place to host your webhook because
a)it is a fully managed, serverless platform
b)it supports multiple programming languages
c)it lets developers focus on code rather than worry about infrastructure
d)Dialogflow has built-in support and integration for AppEngine....

plz give me answer to this multiple choice question....​

Answers

Answered by Anonymous
7

Answer:

1. Overview

Warning: This codelab uses Python 2. You might want to check out the Python 3 version instead: Getting Started with App Engine (Python 3).

Google App Engine applications are easy to create, easy to maintain, and easy to scale as your traffic and data storage needs change. With App Engine, there are no servers to maintain. You simply upload your application and it's ready to go.

App Engine applications automatically scale based on incoming traffic. Load balancing, microservices, authorization, SQL and noSQL databases, memcache, traffic splitting, logging, search, versioning, roll out and roll backs, and security scanning are all supported natively and are highly customizable.

App Engine's environments, the Standard Environment and the Flexible environment, support a host of programming languages, including Java, Python, PHP, NodeJS, Go, etc.. The two environments give users maximum flexibility in how their application behaves since each environment has certain strengths. Read The App Engine Environments for more information.

In this codelab, you will learn how to to connect to computing resources hosted on Google Cloud Platform via the web. You will learn how to use Cloud Shell and the Cloud SDK gcloud command.

Similar questions