UNPKG

nest-aws-sdk

Version:

A thin wrapping layer around the aws-sdk package for clean NestJS dependency injection.

4 lines (3 loc) 288 B
import { FactoryProvider } from '@nestjs/common'; import { AwsService, AwsServiceType, AwsServiceWithServiceOptions } from './types'; export declare function createAwsServiceProvider(serviceDetails: AwsServiceType<AwsService> | AwsServiceWithServiceOptions): FactoryProvider<AwsService>;