cdk-ecr-deployment icon indicating copy to clipboard operation
cdk-ecr-deployment copied to clipboard

Unable to specfiy custom SecurityGroups for SingletonFunction

Open joker3212 opened this issue 1 year ago • 1 comments

Unable to supply security groups to the ECRDeployment construct to be used by the SingletonFunction. Currently the singleton function creates a default security group.

Would like to pass in a predefined security group like this

      ...
      memorySize: memoryLimit,
      vpc: props.vpc,
      vpcSubnets: props.vpcSubnets,
      securityGroups: props.securityGroups,
    });

joker3212 avatar Sep 21 '23 15:09 joker3212

@drduhe Do you know when this feature will be released?

Felipe-Gmrs avatar Oct 25 '23 15:10 Felipe-Gmrs