Skip to content

Commit f7e5f84

Browse files
authored
Merge branch 'main' into biome
2 parents 4d29deb + 9488b5d commit f7e5f84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Resources:
4646
StatusChangeSlackNotificationsFunction:
4747
Type: AWS::Serverless::Function
4848
Properties:
49+
Architectures: [arm64]
4950
CodeUri: src/status-change-slack-notifications
5051
Description: >-
5152
Sends messages to Slack in response to CloudFormation stack event
@@ -129,6 +130,7 @@ Resources:
129130
PrxUtility20210622:
130131
Type: AWS::Serverless::Function
131132
Properties:
133+
Architectures: [arm64]
132134
CodeUri: src/marco-prx-utility-20210622
133135
Description: >-
134136
Backs a CloudFormation macro that is used as a whole-template
@@ -138,7 +140,7 @@ Resources:
138140
# ORGANIZATION_ID: !Ref OrganizationId
139141
Handler: index.handler
140142
MemorySize: 128
141-
Runtime: nodejs18.x
143+
Runtime: nodejs22.x
142144
Tags:
143145
prx:meta:tagging-version: "2021-04-07"
144146
prx:cloudformation:stack-name: !Ref AWS::StackName

0 commit comments

Comments
 (0)