Christoph Gysin

Results 54 comments of Christoph Gysin

Sure, I can give it a try. How shall we handle the `awsCredentials` property? Changing the type would also introduce a breaking change, and if we want to deprecate it...

How about introducing a new property `labels`, and mark the old property `label` as `@deprecated`? That would allow to transition to support multiple labels without breaking backwards-compatibility. If that is...

It's AND, see: https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow It's useful if you have multiple runners, and a job doesn't have strict requirements and can e.g. run on any runner with label `linux`, whereas another...

If you can upgrade to latest nodejs, there is now [a native fetch implementation](https://github.com/nodejs/node/pull/41749).

The obvious workaround: ```typescript const cfnStream = stream.node.defaultChild as firehose.CfnDeliveryStream new targets.KinesisFirehoseStream(cfnStream)

This is a duplicate of #322

Most of the logic in this repo stems from https://github.com/christophgysin/aws-sdk-js-v3/blob/deno/scripts/generate-clients/copy-to-deno.js. Did you get an older version to work using esm.sh? This port is mostly abandoned after aws-sdk started delegating a...

There is some misunderstanding here. The original source is at https://github.com/aws/aws-sdk-js-v3. From there, every package is published to npm, e.g. https://www.npmjs.com/package/@aws-sdk/client-s3. esm.sh is transpiling automatically from npm, and provides the...

This fork is a port of the aws-sdk-v3 to deno. If I'm referring to "this port", I'm referring to this repository we are discussing in. There is currently no reliable...

@medismailben I'm the author of that AUR package. Now that #14 is merged, is this still an issue? If a module needs to be blacklisted, I could add it to...