cdk-serverless-airflow 0.7.6

Creator: bradpython12

Last updated:

Add to Cart

Description:

cdkserverlessairflow 0.7.6

CDK Serverless Airflow
CDK construct library that allows you to create Apache Airflow on AWS in TypeScript or Python
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


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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.