Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SAMtemplates/sandbox_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Globals:
MemorySize: 256
Architectures:
- x86_64
Runtime: nodejs20.x
Runtime: nodejs24.x
Environment:
Variables:
NODE_OPTIONS: --enable-source-maps
Expand Down Expand Up @@ -263,7 +263,7 @@ Resources:
5,
!Split [
":",
Fn::ImportValue: account-resources:TrustStoreBucket,
Fn::ImportValue: account-resources-cdk-uk:TrustStoreBucket:Arn,
],
]
- "psu-sandbox-truststore.pem"
Expand Down
Loading