UNPKG

envilder

Version:

A CLI and GitHub Action that securely centralizes your environment variables from AWS SSM or Azure Key Vault as a single source of truth

6 lines 454 B
import type { MapFileConfig } from '../../domain/MapFileConfig.js'; import type { ILogger } from '../../domain/ports/ILogger.js'; import type { ISecretProvider } from '../../domain/ports/ISecretProvider.js'; export declare function resolveRegionWithFallback(profile?: string): Promise<string>; export declare function createAwsSecretProvider(config: MapFileConfig, logger: ILogger): ISecretProvider; //# sourceMappingURL=AwsSecretProviderFactory.d.ts.map