@@ -12,11 +12,7 @@ exports[`The ID5 Baton Lambda stack > matches the CODE snapshot 1`] = `
1212 " Type" : " AWS::SSM::Parameter::Value<String>" ,
1313 " Default" : " /account/services/dotcom-store.bucket"
1414 },
15- " SsmParameterValueabtestingdeployCODEfastlyapitokenC96584B6F00A464EAD1953AFF4B05118Parameter" : {
16- " Type" : " AWS::SSM::Parameter::Value<String>" ,
17- " Default" : " /ab-testing-deploy/CODE/fastly-api-token"
18- },
19- " SsmParameterValueabtestingdeployCODEfastlyabtestingconfigC96584B6F00A464EAD1953AFF4B05118Parameter" : {
15+ " FastlyAbTestingConfigParameterParameter" : {
2016 " Type" : " AWS::SSM::Parameter::Value<String>" ,
2117 " Default" : " /ab-testing-deploy/CODE/fastly-ab-testing-config"
2218 },
@@ -224,11 +220,9 @@ exports[`The ID5 Baton Lambda stack > matches the CODE snapshot 1`] = `
224220 },
225221 " Environment" : {
226222 " Variables" : {
227- " FASTLY_API_TOKEN" : {
228- " Ref" : " SsmParameterValueabtestingdeployCODEfastlyapitokenC96584B6F00A464EAD1953AFF4B05118Parameter"
229- },
223+ " FASTLY_API_TOKEN" : " {{resolve:ssm-secure:/ab-testing-deploy/CODE/fastly-api-token}}" ,
230224 " FASTLY_AB_TESTING_CONFIG" : {
231- " Ref" : " SsmParameterValueabtestingdeployCODEfastlyabtestingconfigC96584B6F00A464EAD1953AFF4B05118Parameter "
225+ " Ref" : " FastlyAbTestingConfigParameterParameter "
232226 },
233227 " STAGE" : " CODE" ,
234228 " ARTIFACT_BUCKET_NAME" : {
@@ -311,11 +305,7 @@ exports[`The ID5 Baton Lambda stack > matches the PROD snapshot 1`] = `
311305 " Type" : " AWS::SSM::Parameter::Value<String>" ,
312306 " Default" : " /account/services/dotcom-store.bucket"
313307 },
314- " SsmParameterValueabtestingdeployPRODfastlyapitokenC96584B6F00A464EAD1953AFF4B05118Parameter" : {
315- " Type" : " AWS::SSM::Parameter::Value<String>" ,
316- " Default" : " /ab-testing-deploy/PROD/fastly-api-token"
317- },
318- " SsmParameterValueabtestingdeployPRODfastlyabtestingconfigC96584B6F00A464EAD1953AFF4B05118Parameter" : {
308+ " FastlyAbTestingConfigParameterParameter" : {
319309 " Type" : " AWS::SSM::Parameter::Value<String>" ,
320310 " Default" : " /ab-testing-deploy/PROD/fastly-ab-testing-config"
321311 },
@@ -523,11 +513,9 @@ exports[`The ID5 Baton Lambda stack > matches the PROD snapshot 1`] = `
523513 },
524514 " Environment" : {
525515 " Variables" : {
526- " FASTLY_API_TOKEN" : {
527- " Ref" : " SsmParameterValueabtestingdeployPRODfastlyapitokenC96584B6F00A464EAD1953AFF4B05118Parameter"
528- },
516+ " FASTLY_API_TOKEN" : " {{resolve:ssm-secure:/ab-testing-deploy/PROD/fastly-api-token}}" ,
529517 " FASTLY_AB_TESTING_CONFIG" : {
530- " Ref" : " SsmParameterValueabtestingdeployPRODfastlyabtestingconfigC96584B6F00A464EAD1953AFF4B05118Parameter "
518+ " Ref" : " FastlyAbTestingConfigParameterParameter "
531519 },
532520 " STAGE" : " PROD" ,
533521 " ARTIFACT_BUCKET_NAME" : {
0 commit comments