Skip to content

Commit

Permalink
DOP-4451 webhookApiConstruct props
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed May 7, 2024
1 parent 8fd47c9 commit 2be0674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdk-infra/lib/stacks/webhook-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { TaskDefinition } from 'aws-cdk-lib/aws-ecs';
import { AutoBuilderQueues } from './auto-builder-queue-stack';
import { WebhookApiConstruct } from '../constructs/api/webhook-api-construct';
import { WebhookEnvConstruct } from '../constructs/api/webhook-env-construct';
import cluster from 'cluster';

interface WebhookStackProps extends StackProps {
webhookSecureStrings: Record<string, string>;
Expand All @@ -31,6 +32,7 @@ export class WebhookStack extends Stack {
new WebhookApiConstruct(this, 'api', {
...queues,
vpc,
clusterName,
taskDefinition,
environment: { ...webhookEnvironment, TASK_DEFINITION_FAMILY: clusterName },
});
Expand Down

0 comments on commit 2be0674

Please sign in to comment.