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.

How to choose a serverless technology

How to choose a serverless technology - Amazon Web Services (AWS) Tutorial

From the course: Serverless and Microservices for AWS

Start my 1-month free trial

How to choose a serverless technology

- Last time, we talked about the serverless landscape available with AWS. This time, we'll look at how to decide which components are right for the problem you're trying to solve. We'll focus on selecting a compute option, data storage, and touch briefly on integration and orchestration. I'll show a lot more implementation details in future videos. For now, I want to focus on the why of choosing technologies rather than the how of building. A few examples scenarios will be helpful to think through this section of technologies for serverless application. Here we're just looking at the technology section. We'll dive deep into real-world examples in future videos. The first common application we'll look at is a single-page web delivered application. Let's consider a simple transit app, Where's My Train. In its simplest form, we'll need some HTML and some JavaScript so we can call out to the transit agency's APIs. In the AWS…

Contents