-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathinfra.pkg.json
More file actions
20 lines (20 loc) · 852 Bytes
/
infra.pkg.json
File metadata and controls
20 lines (20 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "matano-cdk",
"pkg": {
"scripts": ["./infra/dist/**/*.js"],
"targets": ["node14.18.1-linux-x64", "node14.18.1-macos-x64"],
"assets": [
"./data/**/*",
"./infra/node_modules/aws-cdk-lib/custom-resource-handlers/lib/aws-s3/auto-delete-objects-handler/*.js",
"./infra/node_modules/aws-cdk-lib/custom-resources/lib/provider-framework/runtime/*.js",
"./infra/node_modules/aws-cdk-lib/lambda-layer-awscli/**/*",
"./infra/node_modules/aws-cdk-lib/asset-awscli-v1/**/*",
"./infra/node_modules/@aws-cdk/asset-awscli-v1/**/*",
"./infra/node_modules/aws-cdk-lib/aws-s3-assets/**/*",
"./infra/node_modules/aws-cdk-lib/aws-s3-deployment/**/*",
"./infra/node_modules/aws-cdk-lib/aws-s3/**/*",
"./infra/node_modules/aws-cdk-lib/lazy-index.js"
],
"outputPath": "build"
}
}