文件名称:cdk-apisix:CDK构造库可在AWS Fargate上生成无服务器的Apache APISIX工作负载
文件大小:475KB
文件格式:ZIP
更新时间:2024-03-06 03:02:03
TypeScript
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 : { PLATFORM : 'Apache APISIX on AWS Fargate' } , image : ContainerImage . fromRegistry ( '
【文件预览】:
cdk-apisix-main
----.eslintrc.json(4KB)
----.gitignore(861B)
----images()
--------apisix-fargate-cdk.png(375KB)
----package.json(3KB)
----src()
--------integ.default.ts(789B)
--------index.ts(26B)
--------apisix.ts(8KB)
----tsconfig.eslint.json(739B)
----LICENSE(11KB)
----.mergify.yml(708B)
----CHANGELOG.md(4KB)
----.github()
--------pull_request_template.md(7B)
--------workflows()
----.projenrc.js(2KB)
----README.md(1KB)
----apisix_dashboard()
--------Dockerfile(168B)
--------conf.yaml(2KB)
----.projen()
--------tasks.json(5KB)
--------deps.json(3KB)
----version.json(26B)
----tsconfig.jest.json(739B)
----apisix_container()
--------Dockerfile(88B)
--------config.yaml(742B)
----.versionrc.json(267B)
----.npmignore(363B)
----test()
--------integ.snapshot.test.ts(318B)
--------__snapshots__()
----yarn.lock(289KB)
----API.md(4KB)