We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d275e8 commit af9d83cCopy full SHA for af9d83c
2 files changed
.github/workflows/search-api-composite/action.yml
@@ -47,11 +47,11 @@ runs:
47
python -m pip install -r cdk/requirements.txt
48
npm install -g aws-cdk
49
50
-
51
- name: Deploy to AWS
52
shell: bash
53
run: |
54
cd cdk
+ cdk cli-telemetry --disable
55
cdk deploy --require-approval=never \
56
--context vpc_id=${{ inputs.vpc-id }} \
57
--context subnet_ids=${{ inputs.subnet-ids }} \
cdk/cdk.json
@@ -15,7 +15,6 @@
15
]
16
},
17
"context": {
18
- "cli-telemetry": false,
19
"@aws-cdk/aws-lambda:recognizeLayerVersion": true,
20
"@aws-cdk/core:checkSecretUsage": true,
21
"@aws-cdk/core:target-partitions": [
0 commit comments