serverless-add-api-key
serverless-add-api-key copied to clipboard
creates a api key and usage pattern (if they don't already exist) and associates them to the Rest Api
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
During deployment in Circle CI after updating to 4.2.0 I'm seeing the folowing error: ```js TypeError: Cannot read property 'config' of undefined at Object.addApiKey (/home/circleci/project/node_modules/serverless-add-api-key/src/helper.js:286:31) ``` It looks like if...
## Summary The TL;DR is simply that `serverless-add-api-key` does not appear to correctly handle a HTTP 429 `Too Many Requests` response. Making matters worse, the deployment is still marked as...
I'm trying to configure multiple API Keys to allow them to be used for different resources. Do you know if it is possible to configure the Method Throttling by using...
I have a serverless application with several services each of which has several stages (dev, staging, prod). Associated with each of these stages are different AWS accounts (dev, staging, prod)...
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
The condition exists and makes the log, but it continue execution and does not exit the function.