AWS CDK (Cloud Development Kit) library providing constructs for Amazon EventBridge event targets. Version 1.204.0 is the latest in the CDK v1 line. This library is part of the AWS CDK v1 which is in maintenance mode, with v2 being the actively developed version. Release cadence is typically weekly with minor releases.
pip install aws-cdk-aws-events-targets==1.204.0No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Lambda function triggered by a scheduled EventBridge rule.
Always check the official CDK documentation for the specific target's IAM requirements.
For CDK v2, use `from aws_cdk import aws_events_targets` or `from aws-cdk-lib.aws-events-targets import ...`.
For CDK v1, check latest docs for deprecated targets. Migrate to v2 for up-to-date constructs.
Install the correct version: `pip install aws-cdk-aws-events-targets==1.204.0`. For CDK v2, use `aws-cdk-lib`.
Use `from aws_cdk.aws_events_targets import LambdaFunction`.