课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Creating the first pipe with AWS SAM - Amazon Web Services (AWS)教程
课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
Creating the first pipe with AWS SAM
- [Instructor] Now that you have the Kinesis Data Stream and the EventBridge Event Bus, you can create a pipe in between that will forward the event from the Data Stream to the Event Bus. So in order to create a pump pipe with SAM, we can define the pipe first. We are going to add a new resource of the type, pipe. I call it, "EDAPipe". Then we are going to give a name to that pipe, the stack name, "-eda-pipe". We are going to give a role that we have not yet defined. The source is the Kinesis Data Stream. The source parameters are in a way similar to the event source mapping. We need to define what is the starting position and what is the batch size. And the target is the custom event bus that we just created with that rule that will forward all the events to a log group. Good, so we said that we need a role. Again, we're back to permissions, IAM permissions, and I will create a role. This role again has a lot of…
内容
-
-
-
-
-
(已锁定)
What are event-driven applications?5 分钟 30 秒
-
(已锁定)
Amazon EventBridge1 分钟 24 秒
-
(已锁定)
Amazon EventBridge event bus3 分钟 4 秒
-
(已锁定)
Creating the first EventBridge event bus4 分钟 18 秒
-
(已锁定)
Amazon EventBridge Pipes2 分钟 41 秒
-
(已锁定)
Creating the first pipe with AWS SAM3 分钟 33 秒
-
(已锁定)
Adding a filter to the pipe2 分钟 45 秒
-
(已锁定)
Challenge: Create a pipe with a filter for the analytics events47 秒
-
(已锁定)
Solution: Create a pipe with a filter for the EDA events5 分钟 1 秒
-
(已锁定)
-
-