Skip to main content

cdk-serverless-airflow

Project description

Build NPM version PyPI version construct hub

CDK Serverless Airflow

CDK construct library that allows you to create Apache Airflow on AWS in TypeScript or Python

Architecture

architecture

Sample

# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.core as cdk
import cdk_serverless_airflow as airflow

app = cdk.App()
env = {
    "region": process.env.CDK_DEFAULT_REGION,
    "account": process.env.CDK_DEFAULT_ACCOUNT
}
stack = cdk.Stack(app, "airflow-stack",
    env=env
)
airflow.Airflow(stack, "Airflow")

Airflow Dashboard

Default Credential: user/bitnami

airflow-dashboard

AWS China Regions

AWS China regions cn-north-1 and cn-northwest-1 are supported by this Library.

License

This project is licensed under the Apache-2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-serverless-airflow-0.7.6.tar.gz (562.3 kB view hashes)

Uploaded Source

Built Distribution

cdk_serverless_airflow-0.7.6-py3-none-any.whl (561.3 kB view hashes)

Uploaded Python 3

Supported by

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