AWS CDK code deployment for Amazon Kinesis Data Streams

0

Are there any GitHub AWS CDK code examples available for Kinesis Data stream, preferably written in Javascript, Typescript YAML format.

I want to deploy and use Kinesis streams for my Amazon Connect instance.

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

profile pictureAWS
답변함 일 년 전
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

profile picture
dmacias
답변함 일 년 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인