CDK construct library to generate serverless Apache APISIX workload on AWS Fargate.
Project description
cdk-apisix
CDK construct library to generate serverless Apache APISIX workload on AWS Fargate
sample
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
from cdk_apisix import Apisix
# create a standard apisix service
apisix = Apisix(stack, "apisix-demo")
# create a sample webservice with apisix in the same Amazon ECS cluster
apisix.create_web_service("flask",
environment={
"PLATFORM": "Apache APISIX on AWS Fargate"
},
image=ContainerImage.from_registry("public.ecr.aws/pahudnet/flask-docker-sample")
)
deploy with required context variables
cdk deploy \
-c ADMIN_KEY_ADMIN=*********** \
-c ADMIN_KEY_VIEWER=*********** \
-c DASHBOARD_ADMIN_PASSWORD=*********** \
-c DASHBOARD_USER_PASSWORD=***********
custom container image from local assets
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
Apisix(stack, "apisix-demo",
apisix_container=ContainerImage.from_asset(path.join(__dirname, "../apisix_container")),
dashboard_container=ContainerImage.from_asset(path.join(__dirname, "../apisix_dashboard"))
)
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-apisix-0.0.264.tar.gz
(381.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
cdk_apisix-0.0.264-py3-none-any.whl
(380.2 kB
view details)
File details
Details for the file cdk-apisix-0.0.264.tar.gz.
File metadata
- Download URL: cdk-apisix-0.0.264.tar.gz
- Upload date:
- Size: 381.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51923218eec50fcc0fb450549be2d8a9bd3f828439c03cafefd22d3a56c2a113
|
|
| MD5 |
e0e8c4517cd62329616850d23efd27c0
|
|
| BLAKE2b-256 |
90e83c8cd9c24c672e24f0720a3a53a02d7b9dbe5f0b3f66574f9ee9cb2ce6c3
|
File details
Details for the file cdk_apisix-0.0.264-py3-none-any.whl.
File metadata
- Download URL: cdk_apisix-0.0.264-py3-none-any.whl
- Upload date:
- Size: 380.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e63962d71120e66a23d707a50e362f3ab715e527bfb7ee661a376dcb1e1ca1c5
|
|
| MD5 |
7b79eaf6282c8ecca6a9e426f526c77a
|
|
| BLAKE2b-256 |
7ce95c862f443273367a5fae30db0dd721d08ef7d9748fa488b5002383e1e104
|