diff --git a/infrastructure/cloudfrontLambdaAssociations.ts b/infrastructure/cloudfrontLambdaAssociations.ts index 827c31d4a80e..a651eb382d97 100644 --- a/infrastructure/cloudfrontLambdaAssociations.ts +++ b/infrastructure/cloudfrontLambdaAssociations.ts @@ -281,6 +281,7 @@ function nodeSDKRedirect(uri: string): string | undefined { "awsx", "kubernetesx", "terraform", + "esc-sdk", ]; if (match && match.provider && !exceptions.includes(match.provider)) { @@ -300,6 +301,7 @@ function pythonSDKRedirect(uri: string): string | undefined { "pulumi", "policy", "terraform", + "esc_sdk", ]; if (match && match.provider && !exceptions.includes(match.provider)) {