aws-cdk.aws_events: Resolution error: Supplied properties not correct for "CfnEventBusProps" #17172
Labels
@aws-cdk/aws-events
Related to CloudWatch Events
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/small
Small work item – less than a day of effort
p1
What is the problem?
After pip install aws-cdk 1.129.0, when creating a Stack that contains an
aws_events.EventBus
that does not have (optional)event_bus_name
defined errors with the following message when wecdk synth
the app:After downgrading python module to aws-cdk 1.128.0, the same error does not occur and stack is built successfully
Reproduction Steps
What did you expect to happen?
The stack should synth and build normally, and an auto-generated event_bus_name should be created
What actually happened?
The synth failed with
CDK CLI Version
1.129.0 (build fb43f89)
Framework Version
No response
Node.js Version
14.7.5
OS
Amazon Linux 2
Language
Python
Language Version
3.8.8
Other information
No response
The text was updated successfully, but these errors were encountered: