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.

Development challenges and solutions

Development challenges and solutions - Amazon Web Services (AWS) Tutorial

From the course: Serverless and Microservices for AWS

Start my 1-month free trial

Development challenges and solutions

- [Instructor] Like any significant design and development project, serverless applications require thought and planning before you start building. A non-trivial application will be composed of a number or related components. Some of these components will need to be more closely coupled. Some of them more loosely coupled. Some code will be unique to a particular function, while some will be useful across multiple functions. Different development teams may be focused on different parts of the system. All of these factors drive the structure and the process of development to varying degrees. Laying out the application structure up front is the first step. What are the closely-related parts? How do they connect? In the transit insight dashboard, we have four major components. A real-time data pipeline for vehicle positions, a timetable processor, an analytic sub-system, and a Web application. These major components are…

Contents