Pahud Hsieh
Pahud Hsieh
I checked the CFN doc for [AWS::RedshiftServerless::Namespace](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html) and [AWS::RedshiftServerless::Workgroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.html) but I can't find any relevant property for this configuration. We probably need to make sure cloudformation does support that before...
## Current vs Expected Behavior ### Current Behavior (CLI v14.0.0) ```bash $ amplify env add # User provides environment name and authentication 🛑 Cannot read properties of undefined (reading 'Region')...
can you explain more about your intention and provide your code snippet if possible?
Hi @arlampin, Thank you for reporting this issue. You're absolutely right that CDK is currently lagging behind the latest AWS Load Balancer Controller releases. The CDK currently supports versions up...
I think @heikkis 's concern is that - when it's not set, it should leave as `undefined`(implicit false) rather than an explicit false. https://github.com/yerzhan7/aws-cdk/blob/26b21e1f8bc934449031796ce336a5ae1a69971a/packages/aws-cdk-lib/aws-s3/lib/bucket.ts#L895C9-L895C34 This passes an explicit `false` when...
Hi @farazoman, Thank you for reporting this issue. You've identified a legitimate problem with CDK's subscription filter replacement strategy when hitting AWS CloudWatch Logs' 2-filter limit. Root Cause: CloudFormation creates...
@Kasra-G Yes you are right. My previous triage comment was flawed. Thank you @HsiehShuJeng for this well-implemented PR and the comprehensive testing! I also want to acknowledge @Kasra-G's excellent technical...
I can't see some values from your provided snippet but this works perfect for me. ```ts new ec2.Vpc(this, 'Vpc', { ipAddresses: ec2.IpAddresses.cidr('10.0.0.0/16'), maxAzs: 3, natGateways: 3, subnetConfiguration: [ { cidrMask:...
Thank you for your feedback. Feel free to submit your PR when it's ready and we welcome any further discussions.
I am not sure if I get it correct. Can you elaborate about the steps with some real code snippets or commands and share the full error message when you...