课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Create a Kinesis Data Stream with AWS SAM - Amazon Web Services (AWS)教程
课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
Create a Kinesis Data Stream with AWS SAM
- [Instructor] Now that you have your SAM projects, and you know what Amazon Kinesis Data Stream is, let's create one simple stream using AWS SAM. Because some doesn't have a resource for Kinesis data stream, we are going to use cloud formation notation. But as you learned in the SAM video, SAM can be extended with cloud formation with no problem. So to define stream, we need to put it under the resources. We have a function, so let's create it under the function. And here we are going to type the name of the resource. In this case, we are going to put in source, then the type, Kinesis stream, and then a name. I'm going to name it with the name of my stack with a dash source. So it'll be, I think the stack was linked in Project, Kinesis project. And then we are going to find the mode for the stream, either provision or on demand. If we do provision, we need to set the type of charts. If we leave it in the stream mode on…
内容
-
-
-
-
Kinesis introduction4 分钟 10 秒
-
(已锁定)
Create a Kinesis Data Stream with AWS SAM1 分钟 2 秒
-
(已锁定)
AWS Lambda and Kinesis streams2 分钟 57 秒
-
(已锁定)
Trigger a Lambda function2 分钟 56 秒
-
(已锁定)
Sending messages to the stream3 分钟 4 秒
-
(已锁定)
Filter events using ESM4 分钟 4 秒
-
(已锁定)
Challenge: Kinesis events and trigger two different functions depending on the event47 秒
-
(已锁定)
Solution: Kinesis events and trigger two different functions depending on the event4 分钟 31 秒
-
-
-
-