UNPKG

serverless-api-gateway-throttling

Version:

A plugin for the Serverless framework which configures throttling for API Gateway endpoints.

38 lines (37 loc) 918 B
{ "name": "serverless-api-gateway-throttling", "version": "2.0.3", "description": "A plugin for the Serverless framework which configures throttling for API Gateway endpoints.", "main": "src/apiGatewayThrottlingPlugin.js", "scripts": { "test": "mocha --recursive 'test/**/*.js' -t 5000" }, "keywords": [ "serverless", "aws", "api", "gateway", "rest", "request", "throttling" ], "author": "Diana Ionita", "license": "ISC", "bugs": { "url": "https://github.com/DianaIonita/serverless-api-gateway-throttling/issues" }, "repository": { "type": "git", "url": "https://github.com/DianaIonita/serverless-api-gateway-throttling" }, "devDependencies": { "chai": "^4.1.2", "chance": "^1.0.16", "mocha": "^9.1.3", "mocha-circleci-reporter": "0.0.3" }, "dependencies": { "lodash.isempty": "^4.4.0", "lodash.get": "^4.4.2" } }