m-radzikowski / aws-sdk-client-mock

AWS JavaScript SDK v3 mocks for easy unit testing. 🖋️ Typed 🔬 Tested 📄 Documented 🛠️ Maintained
https://m-radzikowski.github.io/aws-sdk-client-mock/
MIT License
811 stars 40 forks source link

feat: add commandCall method to AwsStub #241

Closed icholy closed 1 month ago

icholy commented 1 month ago

fixes: #240

m-radzikowski commented 1 month ago

Nice touch with the negative indexes! I'll release it in a moment.

icholy commented 1 month ago

I can't take credit https://github.com/sinonjs/sinon/blob/372593f5450c5d3d54ff23f09a90e33dbc706b59/lib/sinon/proxy.js#L47

m-radzikowski commented 1 month ago

Released in v4.1.0

icholy commented 1 month ago

Thanks!