An AWS CDK construct library for configuring targets of Amazon EventBridge Pipes. This is an alpha module (version 2.258.0a0) and may have breaking changes without notice. It provides constructs for common targets like SQS, SNS, Lambda, Step Functions, and more. Released alongside the AWS CDK on a monthly cadence.
pip install aws-cdk-aws-pipes-targets-alphaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic CDK app creating an EventBridge Pipe from S3 to SQS using the alpha targets module.
Pin to a specific version and test upgrades thoroughly. Consider using stable modules if available.
Always reference the current documentation for 'PipeTarget.bind' parameters.
Use the same release version for all CDK libraries: `pip install aws-cdk-lib==2.258.0 aws-cdk-aws-pipes-targets-alpha==2.258.0a0`
Explicitly set target_id when reusing a target across pipes.