Christoph Gysin

Results 17 issues of Christoph Gysin

I just tried to publish aws_sdk v3.7.0.0, and got: https://deno.land/status/6040bc900015b3d40011fae8 ``` Status: Error: No space left on device (os error 28) ```

I tried to publish v3.0.0.1, which resulted in the following error: https://deno.land/status/5ff429e900e3b4f800ed718d Failed to clone git repository https://github.com/christophgysin/aws-sdk-js-v3 at tag v3.0.0.1 Yet the link on the page seems to work...

## Describe the bug Upstream introduced a dependency to aws-crt, which currently blocks updating past 3.33.0.

bug

1.116.0 introduces L2 constructs for KinesisFirehose, e.g. DeliveryStream. events-targets provides a KinesisFirehoseStream target, but expects a CfnDeliveryStream. ### Reproduction Steps ```typescript import * as cdk from '@aws-cdk/core' import * as...

p1
closing-soon
feature-request
effort/small
@aws-cdk/aws-events-targets

I'm packaging awslogs for archlinux on https://aur.archlinux.org/packages/awslogs When installing awslogs with: ``` python setup.py install ``` It also installs the tests under the generic name `tests`. This conflicts with other...

## Describe the bug I'm maintaining a fork of aws-sdk-js-v3 for deno. Commit 7c6a7901f222273f7e82f169eaaf23b08c803596 adds imports and re-exports of some types. This causes deno to fail while compiling typescript, with...

bug
needs-review
p2

AFAIK it is not possible to pass typed context values using `--context`. See also https://github.com/aws/aws-cdk/issues/2204. This makes it impossible to get past the check at https://github.com/cdklabs/cdk-pipelines-github/blob/main/src/pipeline.ts#L300-L301: ```ts const diffProtection =...

[YamlFile.writeFile()](https://github.com/cdklabs/cdk-pipelines-github/blob/main/src/yaml-file.ts#L137) calls [YamlFile.toYaml()](https://github.com/cdklabs/cdk-pipelines-github/blob/main/src/yaml-file.ts#L121) which calls [JsonPatch.apply()](https://github.com/cdklabs/cdk-pipelines-github/blob/main/src/json-patch.ts#L29). There, patching is done with [applyPatch() from fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch#function-applypatchtdocument-t-patch-operation-validateoperation-boolean--validatort-mutatedocument-boolean--true-banprototypemodifications-boolean--true-patchresultt), which modifies the passed object. In CI, we first call [YamlFile.toYaml()](https://github.com/cdklabs/cdk-pipelines-github/blob/main/src/pipeline.ts#L303) in the diffProtection block, followed...

This introduces a new property `awsCreds` to configure the AWS credential provider. The old properties `awsCredentials` and `gitHubActionRoleArn` are now deprecated. The change is backwards compatible. To move to the...