课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
What you have built - Amazon Web Services (AWS)教程
课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
What you have built
- [Instructor] Congrats for reaching the end of the course. In this video, let's gloss over the architecture that you built. You started the course learning about Kinesis Data Stream and how to send client data to a stream. That was the start of the architecture. Kinesis Data Stream is an interesting service for all the million of events that your client application sends to the system. In the next session, you learned about EventBridge and EventBridge pipes and buses. You first added a pipe to filter the event-driven events and the analytics events. In this way, you can process the different events in different ways. Pipes offers a point-to-point integration between two different services. In this case, Kinesis Data Stream to Kinesis Data Stream and Kinesis Data Stream to EventBridge. Then you forwarded the event-driven events to an event bus, so different services in your system can react to them. For the analytic flow…