skillfed

aws-cdk.aws-kinesisfirehose-alpha

This module is deprecated. All constructs are now available under aws-kinesisfirehose

aws-cdk-aws-kinesisfirehose-alpha v2.186.0a0 132.6K downloads/30d#11,547 on PyPI12,868
Permissive license Apache-2.0 Active released

What it is and what it does

This package provides AWS CDK L2 constructs for Amazon Data Firehose (formerly Kinesis Data Firehose), a managed service that delivers real-time streaming data to storage and analytics destinations. It allows you to define delivery streams in Python code, specifying sources (Kinesis streams or direct API calls), destinations (currently S3 via L2 constructs, with L1 support for Redshift, Elasticsearch, and third-party services), and optional server-side encryption with AWS-owned or customer-managed KMS keys.

However, this module is deprecated and marked as inactive. The package summary and description explicitly state that all constructs have moved to aws-kinesisfirehose within aws-cdk-lib. While the module remains functional and the underlying AWS CDK repository is actively maintained, new code should use the canonical location in aws-cdk-lib rather than this alpha module.

Use it for:

  • Define S3-backed Firehose delivery streams in CDK infrastructure-as-code projects that predate the migration to aws-cdk-lib.
  • Set up real-time data pipelines that consume from Kinesis streams and deliver to S3 with custom prefixes and error handling.
  • Configure server-side encryption for Firehose delivery streams using customer-managed or AWS-owned KMS keys.
  • Migrate legacy CDK projects that depend on this alpha module before sunsetting the package entirely.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides AWS CDK constructs for defining Amazon Data Firehose delivery streams that push real-time streaming data to destinations like S3, Redshift, or third-party services.

No. This package is deprecated and explicitly directs users to aws-kinesisfirehose in aws-cdk-lib. Install only if maintaining or migrating existing code that already depends on it; for new projects, use aws-cdk-lib/aws-kinesisfirehose instead. No known security vulnerabilities, but the alpha status and inactive classification signal that this is a legacy module.

Install

aws-cdk-aws-kinesisfirehose-alpha on PyPI

pip

pip install aws-cdk-aws-kinesisfirehose-alpha

uv

uv add aws-cdk-aws-kinesisfirehose-alpha

poetry

poetry add aws-cdk-aws-kinesisfirehose-alpha

Installing aws-cdk.aws-kinesisfirehose-alpha

Before you install

Low install friction with a pure-Python wheel distribution. The package is marked inactive (Development Status 7) and its summary explicitly states it is deprecated—all constructs have moved to aws-kinesisfirehose in aws-cdk-lib. The repository remains active and well-maintained, but this alpha module is no longer the canonical location.

License in practice

Licensed under Apache-2.0 (permissive), which allows commercial use, modification, and distribution with attribution and no warranty. No notable restrictions for typical use.

Quickstart

from aws_cdk import aws_kinesisfirehose_alpha as firehose
from aws_cdk import aws_s3 as s3

bucket = s3.Bucket(self, "Bucket")
firehose.DeliveryStream(self, "Delivery Stream",
    destination=firehose.destinations.S3Bucket(bucket)
)

Requires Python 3.9 or later; intended for use within AWS CDK projects (aws-cdk-lib and constructs are runtime dependencies).

Verify before relying

  • Whether the alpha module will continue to receive security updates or if migration to aws-cdk-lib/aws-kinesisfirehose is mandatory.
  • Performance or behavioral differences between this deprecated alpha module and the current aws-kinesisfirehose in aws-cdk-lib.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (~=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 5 — aws-cdk-lib, constructs, jsii, publication, typeguard
Maintenance actively maintained — 505 days since the last release
Last repo commit
First released
Downloads 132,638/month — #11,547 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aws_cdk.aws_kinesisfirehose_alpha-2.186.0a0-py3-none-any.whl

Development Status :: 7 - InactiveFramework :: AWS CDKFramework :: AWS CDK :: 2Intended Audience :: DevelopersLicense :: OSI ApprovedOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.9Typing :: Typed

Tags

aws firehose cdk constructskinesis data firehose infrastructurestreaming data delivery awscdk firehose destinationreal-time data pipeline awsfirehose delivery stream pythonaws data streaming infrastructure
aws-cdkdeprecatedinfrastructure-as-code

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

aws-cdk.aws-kinesis

Defines AWS Kinesis data streams as…

permissive · top 15,000 on PyPI

aws-cdk.aws-kinesisanalytics-flink-alpha

Provides AWS CDK constructs for defining and…

permissive · top 15,000 on PyPI

aws-cdk.aws-kinesisfirehose-destinations-alpha

Provides AWS CDK constructs for configuring…

permissive · top 15,000 on PyPI

aws-logging-handlers

Routes Python logging records to AWS S3 and…

permissive · top 15,000 on PyPI

aws-cdk.aws-iot-actions-alpha

Provides AWS CDK constructs that define actions…

permissive · top 15,000 on PyPI

aws-kinesis-agg

Aggregates and deaggregates Kinesis records…

permissive · top 15,000 on PyPI

aws-cdk.aws-s3tables-alpha

Provides AWS CDK constructs for defining and…

permissive · top 15,000 on PyPI

aws-cdk.aws-dynamodb

Provides AWS CDK constructs for defining,…

permissive · top 15,000 on PyPI

s3torchconnectorclient

Internal S3 client implementation providing…

permissive · top 5,000 on PyPI

aws-cdk.aws-redshift-alpha

Defines AWS Redshift clusters and database…

permissive · top 15,000 on PyPI