From the course: AWS for Developers: Data-Driven Serverless Applications with Kinesis
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
What you are going to build - Amazon Web Services (AWS) Tutorial
From the course: AWS for Developers: Data-Driven Serverless Applications with Kinesis
What you are going to build
- [Instructor] In this video, let's look at the problem that you are going to solve during this course. I will call this problem the project. The project will guide the course and by the end of it, you will have a working application that you can use later to keep experimenting and learning. The idea of this project comes from my working experience, and it's a very common problem for many organizations. Let's imagine that you work at a game studio as a backend developer. You are asked to create a solution to consume events from the games into your backend. There are two different types of events being sent by the game application to the backend, click events and events that our system needs to react to. Click events are all the different things that the user clicks and does in the game. These events are used by the analytics teams to understand the behavior of the player and to improve the game. For example, how many coins…