Shailja Khurana

Results 95 comments of Shailja Khurana

@sudhirkumar04 , Thanks for reporting this. I am able to repro the situation and resources are not getting imported however in my case, the error is a bit different which...

@sudhirkumar04 , I understood your point in providing the resources through the file and I tried to repro the same scenario and faced similar error - As per my investigation,...

Thanks @ayankowsky for reporting this. Indeed, its mentioned in clodufromation as `` (Node.js and Python) The source code of your Lambda function. If you include your function source inline with...

Hey @tlindsay42 , thanks for reporting this. The CDK docs are based on Cloudformation docs and I can see that in the [Cloudformation docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-malwareprotectionplan-cfntagging.html#cfn-guardduty-malwareprotectionplan-cfntagging-status) that its defined as `string` although...

Hi @steven-robbins , thanks for reaching out. I tried to repro the scenario and observed that by adding this block, the code started failing with imports as you mentioned above...

This is snippet of synthesized template , the `Transform` gets added in the beginning of the template- { "Transform": "AWS::SecretsManager-2020-07-23", "Resources": { "ExampleVpc7799291B": { "Type": "AWS::EC2::VPC", "Properties": { "CidrBlock": "10.0.0.0/16",...

@steven-robbins , `RotationSchedule()` is not supported by `cdk import`. Please see here the list of importable resources -https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html. However you could proceed with importing VPC and Secret. I am closing...

Thanks for requesting this feature and submitting a PR @mazyu36 ! Appreciate your efforts!

Hi @RichiCoder1 , thanks for reaching out. [Here](https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib/core#stacks-and-stages) is some explanation of the related topic but it would be really great to have detailed documentation as well. Marking this as...

Hey @moelasmar , thanks for reporting this. I found [this issue](https://github.com/aws/aws-cdk/issues/30512) is quite similar to the one you have reported and @pahud also has filed an internal ticket with Cloudformation...