From the course: Serverless and Microservices for AWS

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Serverless landscape on AWS

Serverless landscape on AWS - Amazon Web Services (AWS) Tutorial

From the course: Serverless and Microservices for AWS

Start my 1-month free trial

Serverless landscape on AWS

- We'll look at the serverless landscape available on AWS. Serverless applications use manage services, there's no need to provision servers, manage server hardware, or administer servers. AWS has serverless components that support a full range of core capabilities needed to develop your sophisticated serverless applications. These components include compute, storage, data stores, API proxies, application integration and orchestration, analytics, and even developer tools. Let's dig into the possibilities. Storage is a logical first step in serverless application building. Amazon's simple storage service, S3, is the most well known. It's a secure, durable, and seemingly infinitely scalable object store. It supports multiple tiers of durability, and you can trade off durability and retrieval time against storage costs. This tiering can be fully automated with sophisticated, yet easy to configure rules. There are currently…

Contents