Skip to content

Commit 2ac5ba6

Browse files
committed
cdk location
1 parent 1cec5ed commit 2ac5ba6

File tree

7 files changed

+41
-1373
lines changed

7 files changed

+41
-1373
lines changed

.github/workflows/ab-testing-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ jobs:
125125
- ab-testing/dist
126126
ab-testing-ui-artifact:
127127
- ab-testing/frontend/output/ab-tests.html
128-
cdk.out:
128+
cdk.out/ab-testing-config:
129129
- ab-testing/cdk.out/ab-testing-config

.github/workflows/ab-testing-lambda-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ jobs:
8383
contentDirectories: |
8484
ab-testing-deployment-lambda:
8585
- ab-testing/dictionary-deploy-lambda/dist/lambda.zip
86-
cdk.out:
86+
cdk.out/deployment-lambda:
8787
- ab-testing/cdk.out/deployment-lambda

ab-testing/cdk/lib/__snapshots__/abTestingConfig.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exports[`The ID5 Baton Lambda stack > matches the CODE snapshot 1`] = `
2020
{
2121
"Ref": "AWS::AccountId"
2222
},
23-
":function:undefined-CODE"
23+
":function:ab-testing-deployment-lambda-CODE"
2424
]
2525
]
2626
},
@@ -55,7 +55,7 @@ exports[`The ID5 Baton Lambda stack > matches the PROD snapshot 1`] = `
5555
{
5656
"Ref": "AWS::AccountId"
5757
},
58-
":function:undefined-PROD"
58+
":function:ab-testing-deployment-lambda-PROD"
5959
]
6060
]
6161
},

0 commit comments

Comments
 (0)