Skip to main content

The CDK Construct Library for Amazon EventBridge Pipes Sources

Project description

Amazon EventBridge Pipes Sources Construct Library

---

cdk-constructs: Experimental

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 Sources let you create a source for a EventBridge Pipe.

For more details see the service documentation:

Documentation

Pipe sources

Pipe sources are the starting point of a EventBridge Pipe. They are the source of the events that are sent to the pipe.

Amazon SQS

A SQS message queue can be used as a source for a pipe. The queue will be polled for new messages and the messages will be sent to the pipe.

# source_queue: sqs.Queue
# target_queue: sqs.Queue


pipe_source = sources.SqsSource(source_queue)

pipe = pipes.Pipe(self, "Pipe",
    source=pipe_source,
    target=SomeTarget(target_queue)
)

The polling configuration can be customized:

# source_queue: sqs.Queue
# target_queue: sqs.Queue


pipe_source = sources.SqsSource(source_queue,
    batch_size=10,
    maximum_batching_window=cdk.Duration.seconds(10)
)

pipe = pipes.Pipe(self, "Pipe",
    source=pipe_source,
    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

aws-cdk.aws-pipes-sources-alpha-2.140.0a0.tar.gz (34.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file aws-cdk.aws-pipes-sources-alpha-2.140.0a0.tar.gz.

File metadata

File hashes

Hashes for aws-cdk.aws-pipes-sources-alpha-2.140.0a0.tar.gz
Algorithm Hash digest
SHA256 34ad3118277ecdaa9fe97ff043aa5497cfa4c89e1793fcea888f582491304059
MD5 e21331ecd6f8109af5f28bfd2bd9facb
BLAKE2b-256 0915830844a03107c51d61ccf2726134322767395992dc8a1eb484432260a1a1

See more details on using hashes here.

File details

Details for the file aws_cdk.aws_pipes_sources_alpha-2.140.0a0-py3-none-any.whl.

File metadata

File hashes

Hashes for aws_cdk.aws_pipes_sources_alpha-2.140.0a0-py3-none-any.whl
Algorithm Hash digest
SHA256 56217c8cacf27308a3a66e8ffaf40b796c53be91c89598515a8c52f74eca80e9
MD5 6826a9f11c858674018a0ba250b4ef30
BLAKE2b-256 814447ca5b80677b8c3cbcd5b8c4f4790d92324ed38131843aeb6df14704f8f3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page