Mykyta Kemarskyi

Results 6 comments of Mykyta Kemarskyi

@hss-iullah did you manage to make it work when attachments are included in the email? For me verification works successfully when it's a textual email, but as soon as some...

I'm experiencing this error as well with 3 out of 5 AWS accounts, but unfortunately cannot determine the origin of it

I've tried to come up with the custom `PDFUnicodeString` class but it didn't worked out: ```typescript export class PDFUnicodeString extends PDFObject { // The PDF spec allows newlines and parens...

**UPD:** `PDFHexString` class solves the problem: `PDFHexString.fromText(YOUR_TEXT)`

@onhate I have the same problem with the version 4.1.1. By any chance, do you have any updates on it? Maybe the issue was different and you managed to solve...

@jadenv Looks like the use of [lib-storage Upload instead of PutObject](https://github.com/jetbridge/cdk-nextjs/pull/218) is definitely the cause - I experience exactly the same behaviour as @onhate, and [this @aws-sdk/lib-storage open issue](https://github.com/aws/aws-sdk-js-v3/issues/6115) seems...