@aws-lambda-powertools/parameters
Version:
The parameters package for the Powertools for AWS Lambda (TypeScript) library
10 lines • 461 B
TypeScript
import type { BaseProviderInterface } from '../types/BaseProvider.js';
declare const DEFAULT_PROVIDERS: Record<string, BaseProviderInterface>;
/**
* Utility function to clear all the caches of the default providers.
*
* This is useful when you want to clear the cache of all the providers at once, for example during testing.
*/
declare const clearCaches: () => void;
export { DEFAULT_PROVIDERS, clearCaches };
//# sourceMappingURL=DefaultProviders.d.ts.map