Skip to content

Commit 46f8fb8

Browse files
authored
fix(infra): correct dist path location (#3390)
### Motivation A path was typoed causing the cdk deployment to fail ### Modifications corrected typo in path ### Verification ran a `cdk synth` locally to validate path
1 parent fe59bae commit 46f8fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/_infra/src/analytics/edge.analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Construct } from 'constructs';
1010
import { getConfig } from '../config.js';
1111

1212
const CodePath = '../lambda-analytics/dist';
13-
const CodePathV2 = '../lambda-analytics-cloudfront/dist';
13+
const CodePathV2 = '../lambda-analytic-cloudfront/dist';
1414

1515
export interface EdgeAnalyticsProps extends StackProps {
1616
distributionId: string;

0 commit comments

Comments
 (0)