We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6bc1e commit dc477e1Copy full SHA for dc477e1
deploy/lib/data-proxy-stack.ts
@@ -3,7 +3,6 @@ import { aws_ec2 as ec2 } from "aws-cdk-lib";
3
import { Construct } from "constructs";
4
import { VercelApiProxy } from "./vercel-api-proxy";
5
import { SourceDataProxy } from "./source-data-proxy";
6
-import { VpcEndpoints } from "./vpc-endpoints";
7
8
interface DataProxyStackProps extends cdk.StackProps {
9
vpcId: string;
0 commit comments