File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments