Shailja Khurana
Shailja Khurana
@sbidy thanks for reporting this. ~~Looks like this change was ommitted from the final commit -https://github.com/aws/aws-cdk/pull/24625/commits/0577713897fa02db48bb5d36b5057184d617576b~~
@sbidy , @ajupatil , I tried to filter the ids and here is my code which gave me the subnet id using selectSubnet(), I have public subnets in my VPC...
Hi @shahin , could you please share the sample code so that this issue can be reproduced
Hi @jaydm26 ,thanks for requesting this feature. As correctly mentioned by @go-to-k , this is not currently provided by cloudformation. However you could add this feature to [Cloudformation coverage roadmap](https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues?q=is%3Aissue+is%3Aopen)...
@andreprawira , thanks for reporting this. Default role is created by CDK to assume to initiate a deployment in this environment- [Code ref](https://github.com/aws/aws-cdk/blob/0247013e828b0bcb6c3a7ed8804b970a2bb99650/packages/aws-cdk-lib/core/lib/stack-synthesizers/default-synthesizer.ts#L365) - and which adds the [KMS:Decrypt](https://github.com/aws/aws-cdk/blob/dfc12aa41c5fd1b11be515591a8e6a7cd502470e/packages/aws-cdk-lib/pipelines/lib/private/asset-singleton-role.ts#L59) policy....
@gregmagdits , thanks for reaching out and linking similar issue. As mentioned in the linked issue and also on the [S3 README-](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3-readme.html#importing-existing-buckets) ``` Note that this method allows importing buckets...
@gregmagdits ,thanks for elaborating on your usecase. However I am not really sure if CDK Team would support such a case. I would be reaching out to core team and...
Hi @clueleaf , thanks for reaching out. Its stated in the available [documentation](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-glue-alpha-readme.html#partition-indexes) that you can have a maximum of 3 partition indexes in the table. But its also stated...
@clueleaf , could you please share the error that you see when it fails. As I am not able to repro this error, it might be helpful for reference while...
thanks @clueleaf .