diff --git a/cdk-infra/lib/constructs/api/webhook-api-construct.ts b/cdk-infra/lib/constructs/api/webhook-api-construct.ts index 65186cfe5..ddfde537a 100644 --- a/cdk-infra/lib/constructs/api/webhook-api-construct.ts +++ b/cdk-infra/lib/constructs/api/webhook-api-construct.ts @@ -89,6 +89,7 @@ export class WebhookApiConstruct extends Construct { handler: 'triggerSmokeTestAutomatedBuild', bundling, environment: { + ...environment, TASK_DEFINITION: taskDefinition.taskDefinitionArn, SUBNETS: JSON.stringify(vpc.privateSubnets.map((subnet) => subnet.subnetId)), CLUSTER: clusterName,