2개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
1
Here's a reference to create a kinesis data stream via CDK: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_kinesis-readme.html
답변함 일 년 전
0
I get the sense that you might not fully understand Kinesis. Honestly, there’s not much to it and no real code to speak of. You configure what you want to stream to Kinesis like agent events or CTRs and then you configure Kinesis to deliver that somewhere, hold the data for x period, etc.
David
답변함 일 년 전
관련 콘텐츠
- AWS 공식업데이트됨 6달 전
- AWS 공식업데이트됨 5년 전
- AWS 공식업데이트됨 일 년 전
- AWS 공식업데이트됨 8달 전
Yep I understand Kinesis, but integrating it with the existing infrastructure where some of which is manually deployed has been a challenge.
Right now I can't even create a IAM role for Kinesis through cdk to manually deploy the streams through console.