aws_kinesisfirehose: Unable to set Kinesis Stream as Source #33414
Labels
@aws-cdk/aws-kinesisfirehose
Related to Amazon Kinesis Data Firehose
bug
This issue is a bug.
p3
potential-regression
Marking this issue as a potential regression to be checked by team member
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
I recently updated our stack to cdk 2.178, however I am facing some issues with the new stable version of aws_cdk.aws_kinesisfirehose.
When I try to synth the stack I get the error.
Below is part of the code:
But I got this error (the full stack is below)
RuntimeError: props.source?._bind is not a function
When I remove the
source
parameter, the stack completes the synth successfullyExample:
Regression Issue
Last Known Working CDK Version
2.131.0
Expected Behavior
The stack should complete the
synth
command successfully.Current Behavior
The stack is failing to complete the
synth
command. With the error:Reproduction Steps
The DeliveryStream is not working with any kind of "Stream" construct from aws_cdk.aws_kinesis library. More details in the description.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.178.1
Framework Version
No response
Node.js Version
v22.7.0
OS
MacOs 15.2
Language
Python
Language Version
Python (3.9.19)
Other information
No response
The text was updated successfully, but these errors were encountered: