You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2022. It is now read-only.
@@ -19,12 +19,6 @@ export class CdkStack extends GuStack {
19
19
topic: newGuStringParameter(this,"topicArn",{
20
20
description: "The ARN of the SNS topic to send messages to",
21
21
}),
22
-
vpc: newGuVpcParameter(this,"vpcId",{
23
-
description: "The VPC ID for the lambda to live in (this allows it to talk to Prism)",
24
-
}),// TODO: Look this up in SSM https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#aws-ssm-parameter-types
description: "The subnet IDs for the lambda to live in (this allows it to talk to Prism)",
27
-
}),// TODO: Look this up in SSM https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#aws-ssm-parameter-types
0 commit comments