Tim Schmidt
Tim Schmidt
This addresses feature request #521.
# This is a Feature Proposal ## Description There are many [AWS service integrations](https://docs.aws.amazon.com/step-functions/latest/dg/supported-services-awssdk.html) that can be utilized from step functions (AWS claims over 200). Some are arguably more common...
# This is a Feature Proposal ## Description For feature proposals: * I need to use an SNS topic ARN that's external to my stack (or any stack). In my...
### Describe the bug I had a schema from AppSync which includes an AWSJSON scalar type. If I don't define that type, graphql-codegen fails with absolutely no indication of why,...
**Is your feature request related to a problem? Please describe.** Yes. I love the theme but it's a pain to use when going through an NGINX reverse proxy with a...
We have multiple CloudFront distributions (across a couple different AWS accounts). It seems like the job definition file only allows a single job per service type. It seems like allowing...
**Checklist** - [x] I have read [Caveats](https://github.com/m-radzikowski/aws-sdk-client-mock#caveats) documentation and didn't find a solution for this problem there. **Bug description** The Jest matchers added [here](https://github.com/m-radzikowski/aws-sdk-client-mock/pull/97) still use the sinon call matching...
Is this expected? Using clrzmq 3.0.0-rc1 on Windows 8 x64, I wrote a small test app to do pub/sub multicast using PGM. If I run the pub and sub on...
First off, I've only been using this for a few days but I love it and want to thank you for your great work! The only issue I'm having is...
I have a unit test I'm converting over to use this library. Since the method I'm testing reads from Response.body like a stream (which follows the [fetch API docs](https://developer.mozilla.org/en-US/docs/Web/API/Response/body)), the...