文件名称:serverless-api-gateway-caching:无服务器框架的插件,可帮助配置API Gateway端点的缓存
文件大小:47KB
文件格式:ZIP
更新时间:2024-05-20 20:15:32
caching api-gateway serverless-framework serverless-plugin JavaScript
无服务器API网关缓存 介绍 无服务器框架的插件,可帮助配置API Gateway端点的缓存。 快速开始 如果启用全局缓存,它不会自动启用缓存为您的终端-你必须明确了解哪些终端应该启用缓存。 但是,全局禁用缓存会在端点之间禁用它。 plugins : - serverless-api-gateway-caching custom : # Enable or disable caching globally apiGatewayCaching : enabled : true functions : # Responses are cached list-all-cats : handler : rest_api/cats/get/handler.handle events : - http : path : /c
【文件预览】:
serverless-api-gateway-caching-develop
----.gitignore(73B)
----package.json(970B)
----package-lock.json(52KB)
----src()
--------stageCache.js(7KB)
--------apiGatewayCachingPlugin.js(4KB)
--------restApiId.js(2KB)
--------ApiGatewayCachingSettings.js(6KB)
--------pathParametersCache.js(3KB)
--------UnauthorizedCacheControlHeaderStrategy.js(143B)
----README.md(13KB)
----.vscode()
--------launch.json(496B)
----.circleci()
--------config.yml(1KB)
----.npmignore(52B)
----test()
--------configuring-path-parameters.js(24KB)
--------creating-settings.js(27KB)
--------model()
--------updating-stage-cache-settings-for-additional-endpoints.js(5KB)
--------determining-api-gateway-resource-name.js(2KB)
--------steps()
--------updating-stage-cache-settings.js(28KB)
--------creating-plugin.js(5KB)
--------configuring-rest-api-id.js(2KB)
--------configuring-a-default-base-path.js(2KB)