Closed barna-ohana closed 3 weeks ago
Any updates on this one? Have the same issue.
I haven't been able to get to this. I am happy to accept a PR!
This tiny patch may help before the PR:
diff --git a/dist/lib/aws-service.decorator.d.ts b/dist/lib/aws-service.decorator.d.ts
index f6e71eadcf483eee4e2f10a56ea8c33f22673ca2..af1f6a0c65946a357c69144077d97f4945e4a5b8 100644
--- a/dist/lib/aws-service.decorator.d.ts
+++ b/dist/lib/aws-service.decorator.d.ts
@@ -1,2 +1,2 @@
import { AwsService, AwsServiceType } from './types';
-export declare const InjectAwsService: (serviceConstructor: AwsServiceType<AwsService>) => (target: object, key: string | symbol, index?: number) => void;
+export declare const InjectAwsService: (serviceConstructor: AwsServiceType<AwsService>) => PropertyDecorator & ParameterDecorator;
any news about merging this PR 😄 ?
it took a lifetime, but got it merged :) thanks for the contribution and patience
Currently, building with TypeScript v5 will throw the following error: