pulumi/pulumi-cdk

Handle CFN parameters referencing SSM params

viveklak opened this issue ยท 0 comments

Hello!

  • Vote on this issue by adding a ๐Ÿ‘ reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Some CDK constructs create CFN Parameters which refer to SSM parameters (see https://github.com/aws/aws-cdk/blob/7fd542c1af19abd2a580961df1a8cf556588aee8/packages/%40aws-cdk/aws-ssm/lib/parameter.ts#L352-L354). An example of this is ec2.AmazonLinuxImage().

Currently the test is failing due to a malformed image ID: (/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2 instead of fetching the corresponding image from the parameter store).

Affected area/feature