UNPKG

nest-aws-sdk

Version:

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

10 lines 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InjectAwsDefaultOptions = void 0; const common_1 = require("@nestjs/common"); const tokens_1 = require("./tokens"); const InjectAwsDefaultOptions = () => { return (0, common_1.Inject)(tokens_1.AWS_SERVICE_CONFIGURATION_OPTIONS_FACTORY_TOKEN); }; exports.InjectAwsDefaultOptions = InjectAwsDefaultOptions; //# sourceMappingURL=service-options.decorator.js.map