cdk apisix:CDK构造库可在AWS Fargate上生成无服务器的Apache APISIX工作负载 源码
cdk-apisix CDK构造库可在AWS Fargate上生成无服务器的工作负载。 样本 import { Apisix } from 'cdk-apisix' ; // create a standard apisix service const apisix = new Apisix ( stack , 'apisix-demo' ) // create a sample webservice with apisix in the same Amazon ECS cluster apisix . createWebService ( 'flask' , { environment
下载地址
用户评论