nest-aws-sdk
nest-aws-sdk copied to clipboard
TypeScript v5 support
Currently, building with TypeScript v5 will throw the following error:
Unable to resolve signature of parameter decorator when called as an expression.
Argument of type 'undefined' is not assignable to parameter of type 'string | symbol'.
@InjectAwsService(SES) private readonly _ses: SES,