memrootじしょ
英和翻訳
Serverless
Serverless
/ˈsɜːrvərlɪs/
サーバーレス
1.
サーバーの管理を意識せずにアプリケーションを構築・実行できるコンピューティングモデル。
開発者がサーバーのプロビジョニング、スケーリング、管理を行う必要がなく、コードの記述とデプロイに集中できるクラウドコンピューティングの実行モデルを指します。クラウドプロバイダーが基盤となるインフラストラクチャを自動的に管理します。
Building
a
web
application
using
a
serverless
architecture
can
significantly
reduce
operational
overhead.
(サーバーレスアーキテクチャを使用してウェブアプリケーションを構築すると、運用上のオーバーヘッドを大幅に削減できます。)
Building a web application
ウェブアプリケーションを構築すること
using a serverless architecture
サーバーレスアーキテクチャを使用して
can significantly reduce
大幅に削減できる
operational overhead
運用上の負担
Many
modern
APIs
are
implemented
with
serverless
functions
to
ensure
scalability.
(多くの最新のAPIは、スケーラビリティを確保するためにサーバーレス関数で実装されています。)
Many modern APIs
多くの最新のAPI
are implemented with
~で実装されている
serverless functions
サーバーレス関数
to ensure scalability
スケーラビリティを確保するために
The
shift
towards
serverless
computing
is
driven
by
its
cost-effectiveness
and
auto-scaling
capabilities.
(サーバーレスコンピューティングへの移行は、その費用対効果と自動スケーリング機能によって推進されています。)
The shift towards
~への移行
serverless computing
サーバーレスコンピューティング
is driven by
~によって推進されている
its cost-effectiveness
その費用対効果
and auto-scaling capabilities
と自動スケーリング機能
関連
FaaS
BaaS
Cloud computing
Microservices
AWS Lambda
Azure Functions
Google Cloud Functions
Event-driven architecture
Managed services