{"library":"serverless-api-gateway-throttling","install":[{"cmd":"npm install serverless-api-gateway-throttling","imports":["plugins:\n  - serverless-api-gateway-throttling","custom:\n  apiGatewayThrottling:\n    maxRequestsPerSecond: 1000\n    maxConcurrentRequests: 500","events:\n  - http:\n      path: /item\n      method: post\n      throttling:\n        maxRequestsPerSecond: 2000\n        maxConcurrentRequests: 1000"]},{"cmd":"yarn add serverless-api-gateway-throttling","imports":[]},{"cmd":"pnpm add serverless-api-gateway-throttling","imports":[]}]}