Pahud Hsieh

Results 356 comments of Pahud Hsieh

Thank you for the `possible solution`. Yes this might be an option. Making this a p1 as it's not easy to work it around.

@juinquok Yes feel free to submit a PR and let's move this forward.

it would be [tested](https://github.com/aws/aws-cdk/blob/a75f447d6dc9ad8b1b00a7faebdd8aadc3d25e28/packages/aws-cdk-lib/aws-ecs/lib/cluster.ts#L1303-L1307) if the name is provided [otherwise](https://github.com/aws/aws-cdk/blob/a75f447d6dc9ad8b1b00a7faebdd8aadc3d25e28/packages/aws-cdk-lib/aws-ecs/lib/cluster.ts#L1316) auto generated by CFN, which would violate if your stack name is having those prefixes. You can work it around...

related to https://github.com/aws/aws-cdk/issues/25983

Hi @bobveringa Do you mean prior to 2.69 you don't need to define `on_update` and you still can get the response data on resource update while in 2.69 you need...

For those who is having `Vendor response doesn't contain ReplicaKeyMetadata.Arn attribute in object...` error, can you deploy with `cdk deploy -R` that won't roll back on deploy failure and check...

Yes `VpcDefaultSecurityGroup` is only [assigned](https://github.com/aws/aws-cdk/blob/c979d6bd88f5a0c70611e0302cb6a089d0f11601/packages/aws-cdk-lib/aws-ec2/lib/vpc.ts#L1559) when new VPC is created. You probably need to pass this from the export of the VPC stack or store/retrieve it from the parameter store.

Agree and it makes sense to me as you have defined the image publishing assets to account B in the `DefaultStackSynthesizer` so the synthesized template for imageUri should point to...

>I want to give them the ability to edit themselves the information of client using an AWS resource. Where would you like the information to be stored in AWS resource?...