Pahud Hsieh

Results 356 comments of Pahud Hsieh

## Current vs Expected Behavior ### Current Behavior ```typescript // User's current configuration export const functionHandler = defineFunction( (scope) => new Function(scope, "function", { handler: "index.handler", runtime: Runtime.PYTHON_3_10, // Runtime...

I think it has blocked all public access by default. What made you think it does not? Can you share some screenshots?

Seems the bug does not exist https://github.com/aws/aws-cdk/issues/27929#issuecomment-1806843671 ?

Hi @guessi, Thank you for this feature request! You're absolutely right that the EKS v2 alpha [Addon](https://github.com/aws/aws-cdk/blob/54d8a84b88c1bbde4937cc1b28e27d11aa813b0b/packages/%40aws-cdk/aws-eks-v2-alpha/lib/addon.ts#L81) construct is missing support for several important CloudFormation properties that are available in...

## Current vs Expected Behavior ### Current Implementation ```typescript export const auth = defineAuth({ triggers: { preTokenGeneration: { resource: preTokenGeneration } } }); ``` ### Expected Implementation ```typescript export const...

Interesting, the PR linter validation considered it `maintainerApproved` because of [this](https://github.com/aws/aws-cdk/pull/36068#pullrequestreview-3527300834) and removed the needs review label. I think this PR is all set. ``` evaluation: { "draft": false, "mergeable_state":...

@mirodrr2 @fsellecchia @adriantaut Is this happening only when you specify `subnetType: SubnetType.PRIVATE_WITH_NAT` for `vpcSubnets`? ```ts new aws_eks.FargateCluster(this, id, { version: this.props.version, vpc: this.props.vpc, endpointAccess: EndpointAccess.PRIVATE, placeClusterHandlerInVpc: true, vpcSubnets: [{ subnetType:...

@psemeniuk thank you for your report for all the OCI-related issues. I am assigning this to myself and will try reproduce it in my environment. Meanwhile, if you are interested...

Still relevant. I will look into this and see if there's anything we could do to work around this.

Yep we should support ebs encryption for the ec2.LaunchTemplate construct. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-encrypted related to https://github.com/aws/aws-cdk/issues/6459