[aws-events] `cdk diff` shows difference, but `cdk deploy` tells no changes · Issue #10219 · aws/aws-cdk

I'm not sure whether this issue is involved with aws-events or cdk diff. Reproduction Steps I have deployed this resource: import * as events from '@aws-cdk/aws-events' new events.Rule(this, 'rule'...