From 06711fb1f0abfaf5da8dd1ba9946abb4a3f1f879 Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Sun, 3 May 2026 10:31:35 +0000 Subject: [PATCH 1/2] last name change --- SAMtemplates/sandbox_template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SAMtemplates/sandbox_template.yaml b/SAMtemplates/sandbox_template.yaml index 0e547aa04..9851e402f 100644 --- a/SAMtemplates/sandbox_template.yaml +++ b/SAMtemplates/sandbox_template.yaml @@ -10,7 +10,7 @@ Globals: MemorySize: 256 Architectures: - x86_64 - Runtime: nodejs20.x + Runtime: nodejs24.x Environment: Variables: NODE_OPTIONS: --enable-source-maps @@ -263,7 +263,7 @@ Resources: 5, !Split [ ":", - Fn::ImportValue: account-resources:TrustStoreBucket, + Fn::ImportValue: account-resources-cdk-uk:TrustStoreBucket:Arn, ], ] - "psu-sandbox-truststore.pem" From a1550c261950b50e7a10dd3de4ea9da27ff12491 Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Sun, 3 May 2026 11:08:49 +0000 Subject: [PATCH 2/2] fix bucket name --- SAMtemplates/sandbox_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAMtemplates/sandbox_template.yaml b/SAMtemplates/sandbox_template.yaml index 9851e402f..826e71204 100644 --- a/SAMtemplates/sandbox_template.yaml +++ b/SAMtemplates/sandbox_template.yaml @@ -263,7 +263,7 @@ Resources: 5, !Split [ ":", - Fn::ImportValue: account-resources-cdk-uk:TrustStoreBucket:Arn, + Fn::ImportValue: account-resources-cdk-uk:Bucket:TrustStoreBucket:Arn, ], ] - "psu-sandbox-truststore.pem"