Dave Cardwell

Results 25 comments of Dave Cardwell

Further to my report, it appears that setting `KMS_PROVIDER=local-kms` in compose.yaml allows this functionality to work, so it’s an issue with the default moto provider.

@taras-kobernyk-localstack unfortunately #6675 did not seem to completely fix the issue. Rerunning the _“Steps To Reproduce”_ from my original issue description with the following version still fails when fetching with...

@taras-kobernyk-localstack Thanks so much for your work on this! Looking forward to checking out the KMS rework 🙌

When using TypeScript’s `"moduleResultion": "NodeNext"` compiler option I see a similar issue finding the types in `v1.0.0`: ``` $ node_modules/.bin/tsc --noEmit index.ts:1:28 - error TS7016: Could not find a declaration...

Thank you for the quick turnaround on this, @m-radzikowski. I can confirm that with v2.0.0-beta.1 my type issues go away.

Commenting to keep this alive. Still an issue in Jest v29.0.3.

`util.inspect()` on an `Error` will produce a string with the cause in the expected format: ```sh $ node -e "console.log(util.inspect(new Error('asdasd', {cause: new Error('cause')})))" Error: asdasd at [eval]:1:26 at Script.runInThisContext...

@taras-kobernyk-localstack Thank you again for your work on this! I can confirm that I re-ran the Steps to Reproduce in my original PR with `localstack/localstack:latest` (`b07825443747`) and `kms.GetPublicKey` by the...