From the course: Serverless Architecture

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Architecture: Scalable website for Search

Architecture: Scalable website for Search - Amazon Web Services (AWS) Tutorial

From the course: Serverless Architecture

Architecture: Scalable website for Search

- [Instructor] The first pattern that I want to talk about is some work that I did with a group out in Australia, CSIRO. And this is the solution that I talked about earlier as a classic serverless AWS solution for a website. So again, you're not bioinformaticians, so we'll just suffice it to say genomic search. So here's the website. It's for CRISPR editing, if you want to understand the use case behind it. But if you remember from a previous movie, a team member wrote a very classic serverless architecture after having attended an event in Australia where he used buckets, here in red, or NoSQL databases as the persistence and then he used Lambdas and an API gateway for this website. The only sort of non-standard thing is the SNS topic, which is a queue for asynchronous processing. So the idea is distributed serverless search for this particular website. One thing to note here, and this is following the microservices…

Contents