Maciej Radzikowski
Maciej Radzikowski
Done, in v3.1.0 you should see the link to the homepage.
Headers are not part of the Command, but a request the SDK makes. This library mocks the SDK Client `send()` call, so you can inspect only what was passed to...
Hey, please provide a full test as [minimal reproductible example](https://stackoverflow.com/help/minimal-reproducible-example) that I can run and I will take a look.
Hey, sorry for the late reply. What's happening is we mock the `send()` method of the AWS Client and return the mocked value. The internals of the Client, like retry...
@chris-armstrong no worries. I'll probably try to make changes myself when working on other things in the future.
Like with S3 Presigner (#62), those are standalone functions that can be easily mocked with standard Jest mocking functions. However, if someone wants to propose something more robust that could...
Unfortunately, this still occurs with the latest TypeScript 5.3.3.
I'm not using OmniGraffle actively right now so I won't be doing any update to the lib right now. However, you can certainly try and submit a PR for this....
> To my surprise, my entire `~/Desktop` directory had been nuked. Luckily I had a backup, but this could easily be catastrophic. Oh, that's bad! Sorry for that! Yes, as...
I've created an equivalent of `aws-sdk-mock` for the v3 SDK: **[aws-sdk-client-mock](https://github.com/m-radzikowski/aws-sdk-client-mock)** Similarly to this great lib, does not depend on Jest or any other unit testing framework and uses Sinon.js...