@@ -4,6 +4,12 @@ exports[`The ID5 Baton Lambda stack > matches the CODE snapshot 1`] = `
44 " gu:cdk:constructs" : [],
55 " gu:cdk:version" : " 62.0.1"
66 },
7+ " Parameters" : {
8+ " BuildId" : {
9+ " Type" : " String" ,
10+ " Description" : " The riff-raff build id, automatically generated and provided by riff-raff"
11+ }
12+ },
713 " Resources" : {
814 " InvokeDictionaryDeployLambda" : {
915 " Type" : " Custom::FastlyEdgeDictionaryDeploy" ,
@@ -24,7 +30,10 @@ exports[`The ID5 Baton Lambda stack > matches the CODE snapshot 1`] = `
2430 ]
2531 ]
2632 },
27- " ServiceTimeout" : " 300"
33+ " ServiceTimeout" : " 300" ,
34+ " BuildId" : {
35+ " Ref" : " BuildId"
36+ }
2837 },
2938 " UpdateReplacePolicy" : " Delete" ,
3039 " DeletionPolicy" : " Delete"
@@ -39,6 +48,12 @@ exports[`The ID5 Baton Lambda stack > matches the PROD snapshot 1`] = `
3948 " gu:cdk:constructs" : [],
4049 " gu:cdk:version" : " 62.0.1"
4150 },
51+ " Parameters" : {
52+ " BuildId" : {
53+ " Type" : " String" ,
54+ " Description" : " The riff-raff build id, automatically generated and provided by riff-raff"
55+ }
56+ },
4257 " Resources" : {
4358 " InvokeDictionaryDeployLambda" : {
4459 " Type" : " Custom::FastlyEdgeDictionaryDeploy" ,
@@ -59,7 +74,10 @@ exports[`The ID5 Baton Lambda stack > matches the PROD snapshot 1`] = `
5974 ]
6075 ]
6176 },
62- " ServiceTimeout" : " 300"
77+ " ServiceTimeout" : " 300" ,
78+ " BuildId" : {
79+ " Ref" : " BuildId"
80+ }
6381 },
6482 " UpdateReplacePolicy" : " Delete" ,
6583 " DeletionPolicy" : " Delete"
0 commit comments