UNPKG

serverless-api-gateway-caching

Version:

A plugin for the serverless framework which helps with configuring caching for API Gateway endpoints.

42 lines (41 loc) 1.03 kB
{ "name": "serverless-api-gateway-caching", "version": "1.11.0", "description": "A plugin for the serverless framework which helps with configuring caching for API Gateway endpoints.", "main": "src/apiGatewayCachingPlugin.js", "scripts": { "test": "mocha --recursive 'test/**/*.js' -t 5000" }, "keywords": [ "serverless", "aws", "api", "gateway", "rest", "response", "caching" ], "author": "Diana Ionita", "license": "ISC", "dependencies": { "lodash.get": "^4.4.2", "lodash.isempty": "^4.4.0" }, "bugs": { "url": "https://github.com/DianaIonita/serverless-api-gateway-caching/issues" }, "repository": { "type": "git", "url": "https://github.com/DianaIonita/serverless-api-gateway-caching" }, "devDependencies": { "chai": "^4.1.2", "chai-as-promised": "^8.0.1", "chance": "^1.0.16", "lodash.split": "^4.4.0", "mocha": "^10.0.0", "mocha-junit-reporter": "^2.0.2", "proxyquire": "^2.1.0", "sinon": "^20.0.0" } }