File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import * as cloudfront from "aws-cdk-lib/aws-cloudfront"
3
3
import * as iam from "aws-cdk-lib/aws-iam"
4
4
import * as s3 from "aws-cdk-lib/aws-s3"
5
5
import "jest-cdk-snapshot"
6
- import * as path from "path"
7
- import { fileURLToPath } from "url"
6
+ import * as path from "node: path"
7
+ import { fileURLToPath } from "node: url"
8
8
import { WebappDeploy } from "."
9
9
import { Source } from "./source"
10
10
Original file line number Diff line number Diff line change
1
+ import * as path from "node:path"
2
+ import { fileURLToPath } from "node:url"
1
3
import * as cdk from "aws-cdk-lib"
2
4
import type * as cloudfront from "aws-cdk-lib/aws-cloudfront"
3
5
import * as iam from "aws-cdk-lib/aws-iam"
4
6
import * as lambda from "aws-cdk-lib/aws-lambda"
5
7
import type * as s3 from "aws-cdk-lib/aws-s3"
6
8
import { Provider } from "aws-cdk-lib/custom-resources"
7
9
import * as constructs from "constructs"
8
- import * as path from "path"
9
- import { fileURLToPath } from "url"
10
10
import type { ISource } from "./source"
11
11
12
12
const __dirname = path . dirname ( fileURLToPath ( import . meta. url ) )
You can’t perform that action at this time.
0 commit comments