The CDK Construct Library for Amazon EventBridge Pipes Enrichments
Project description
Amazon EventBridge Pipes Enrichments Construct Library
---The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
EventBridge Pipes Enrichments let you create enrichments for an EventBridge Pipe.
For more details see the service documentation:
Pipe sources
Pipe enrichments are invoked prior to sending the events to a target of a EventBridge Pipe.
Lambda function
A Lambda function can be used to enrich events of a pipe.
# source_queue: sqs.Queue
# target_queue: sqs.Queue
# enrichment_function: lambda.Function
enrichment = enrichments.LambdaEnrichment(enrichment_function)
pipe = pipes.Pipe(self, "Pipe",
source=SomeSource(source_queue),
enrichment=enrichment,
target=SomeTarget(target_queue)
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for aws-cdk.aws-pipes-enrichments-alpha-2.138.0a0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7788892f151663cc105643effde191e66b608c620dfa1140cd6a8c6addd8f049 |
|
MD5 | 682cce17b3d497fa2b8fee42d6d72440 |
|
BLAKE2b-256 | 336b341a3875daee817b14344d683e2958cf8280bbe360b29edf3acb9bd58355 |
Hashes for aws_cdk.aws_pipes_enrichments_alpha-2.138.0a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9a58e83f94260d85221d5e723c8378591872c5e32893c94491753b353a3a042 |
|
MD5 | 9788e80395726935c4c107f744d9098d |
|
BLAKE2b-256 | d5e2ff634b3bdc9dacc267406df4e202b96c5a81d0469acded8d4532fdcb3550 |