Pahud Hsieh
Pahud Hsieh
Hi @sarflux Please help us prioritize with 👍 on the issue description. In the mean time, looks like https://github.com/aws/aws-cdk/pull/36185 is still having some CI issues as well as conflicts. When...
> Thank yo [@pahud](https://github.com/pahud) . > > This PR isn't complete yet and is missing a new introduced CloudFormation Parameter [IntegrationTarget](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-apigateway-method-integration.html#cfn-apigateway-method-integration-integrationtarget) in the `Integration` property of the `AWS::ApiGateway::Method` resource, which...
What about L2s like: - @cdktf/aws-ec2 - @cdktf/aws-eks - @cdktf/aws-ecs And then we have L2s for cdktf out-of-the-box. Any plans about this?
Hi @JackDunnNZ, Thank you for reporting this documentation inconsistency. You're correct - the default allocation strategy was changed from `SPOT_CAPACITY_OPTIMIZED` to `SPOT_PRICE_CAPACITY_OPTIMIZED` in PR #26731 back in August 2023, but...
Hi @msessa, Thank you for reporting this inconsistency in the EKS v2 alpha module. I can confirm this is a valid bug where the kubectl handler and provider functions have...
Hi @hlascelles, Thanks for this feature request! I took a closer look at the current implementation and wanted to clarify the available options. **You can already provide your own node...
Sounds good! Making this a p2 FR. Feel free to submit your PR. And let's move this forward from there. Thank you.
>Custom event notification handler reference I am getting a 404 from this link. Are you able to provide a minimal reproducible code snippets that we can simply copy/paste to reproduce...
I was not able to deploy this with cdk 2.126.0 ```ts export class ExampleStack extends Stack { constructor(scope: Construct, id: string, props?: StackProps) { super(scope, id, props); const handler =...
@kshefchek We have a PR #29022 WIP and will hopefully resolve this issue.