cdk-serverless-airflow
Project description
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.
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
cdk-serverless-airflow-0.7.6.tar.gz
(562.3 kB
view details)
Built Distribution
File details
Details for the file cdk-serverless-airflow-0.7.6.tar.gz
.
File metadata
- Download URL: cdk-serverless-airflow-0.7.6.tar.gz
- Upload date:
- Size: 562.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e36555d86aeb6e9f273162537895d3c4238a985405676a23bc0ad313d028d3a |
|
MD5 | 6f74c285a299bfef487e1607b6b17551 |
|
BLAKE2b-256 | 8d8c277f9c6b0bd27a6f015b598ca93c6cc91f625bd003656a5fdf32ddeb79ed |
File details
Details for the file cdk_serverless_airflow-0.7.6-py3-none-any.whl
.
File metadata
- Download URL: cdk_serverless_airflow-0.7.6-py3-none-any.whl
- Upload date:
- Size: 561.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3ac9df3f3d94083cac2e7181ff0e32a465dbaa9abc127f09d61d7f0f269f4d2 |
|
MD5 | eca726de3af1ce44d59249848d410775 |
|
BLAKE2b-256 | ec35844b0acc5d0374fdb46531ca25f72691339cfe1ebb0eb349828d00ebcefc |