文件名称:tencent-apigateway:使用无服务器组件轻松配置腾讯API网关
文件大小:25KB
文件格式:ZIP
更新时间:2024-02-26 14:17:32
serverless api-gateway serverless-framework tencent tencent-cloud
腾讯云API网关组件 简介 通过API网关组件,可以快速,方便的创建,配置和管理腾讯云的API网关产品。 快速开始: 1.安装 通过npm安装最新版本的 $ npm install -g serverless 2.配置 本地创建serverless.yml文件,在其中进行如下配置 $ touch serverless.yml # serverless.yml org : orgDemo app : appDemo stage : dev component : apigateway name : apigwDemo inputs : region : ap-guangzhou pro
【文件预览】:
tencent-apigateway-master
----.gitignore(297B)
----package.json(2KB)
----.npmrc(19B)
----commitlint.config.js(232B)
----src()
--------package.json(71B)
--------config.js(375B)
--------serverless.js(5KB)
----jest.config.js(421B)
----LICENSE(1KB)
----CHANGELOG.md(4KB)
----release.config.js(1KB)
----.github()
--------workflows()
----.prettierignore(50B)
----__tests__()
--------index.test.js(8KB)
--------lib()
----.eslintrc.js(2KB)
----README.md(2KB)
----example()
--------oauth2.0()
--------simple()
--------base64()
----prettier.config.js(140B)
----.eslintignore(45B)
----serverless.component.yml(7KB)
----.npmignore(12B)
----docs()
--------configure.md(19KB)
----.editorconfig(268B)