Skip to main content

cdk-apisix

Project description

NPM version PyPI version Release

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/d7p2r8s3/flask-docker-sample")
)

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.31.tar.gz (374.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cdk_apisix-0.0.31-py3-none-any.whl (373.4 kB view details)

Uploaded Python 3

File details

Details for the file cdk-apisix-0.0.31.tar.gz.

File metadata

  • Download URL: cdk-apisix-0.0.31.tar.gz
  • Upload date:
  • Size: 374.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for cdk-apisix-0.0.31.tar.gz
Algorithm Hash digest
SHA256 d196e5e60fa8e36842893abbe933ea38d3eddf54742be783bb8f23817f18b20c
MD5 f08d0e7cdd3186c25758af9ad9398735
BLAKE2b-256 51bd3b31185739af0039c2c9fd5d646273f399c147f9db24a3e1d92ff7111d26

See more details on using hashes here.

File details

Details for the file cdk_apisix-0.0.31-py3-none-any.whl.

File metadata

  • Download URL: cdk_apisix-0.0.31-py3-none-any.whl
  • Upload date:
  • Size: 373.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for cdk_apisix-0.0.31-py3-none-any.whl
Algorithm Hash digest
SHA256 7b0d99c61da2cf6f2ecee3909ceb28c2da4b95d84fee9d254bd95d359777395b
MD5 550f91f957266b07acb68ee0de42bc69
BLAKE2b-256 be9a673d5bc77f9ddca7dabb77bc82c4bb0514fe0570d913ade7843a7356b688

See more details on using hashes here.

Supported by

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