@aws-lambda-powertools/metrics
Version:
The metrics package for the AWS Lambda Powertools for TypeScript library
8 lines • 461 B
TypeScript
import { ConfigServiceInterface } from './ConfigServiceInterface';
import { EnvironmentVariablesService as CommonEnvironmentVariablesService } from '@aws-lambda-powertools/commons';
declare class EnvironmentVariablesService extends CommonEnvironmentVariablesService implements ConfigServiceInterface {
private namespaceVariable;
getNamespace(): string;
}
export { EnvironmentVariablesService, };
//# sourceMappingURL=EnvironmentVariablesService.d.ts.map