Skip to content

Commit 92771a3

Browse files
committed
Update provided.al2 to provided.al2023
1 parent eb84e8b commit 92771a3

File tree

24 files changed

+27
-27
lines changed

24 files changed

+27
-27
lines changed

alb-lambda-rust/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Globals:
1414
MemorySize: 128
1515
Architectures: ["arm64"]
1616
Handler: bootstrap
17-
Runtime: provided.al2
17+
Runtime: provided.al2023
1818
Timeout: 29
1919
Environment:
2020
Variables:

apigw-http-api-lambda-rust/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Globals:
88
MemorySize: 128
99
Architectures: ["arm64"]
1010
Handler: bootstrap
11-
Runtime: provided.al2
11+
Runtime: provided.al2023
1212
Timeout: 29
1313
Environment:
1414
Variables:

apigw-lambda-dynamodb-go-sam/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Resources:
4444
- ResourceName: PutItemsFunction
4545
CodeUri: cmd/functions/PutItemsFunction
4646
Handler: bootstrap
47-
Runtime: provided.al2023
47+
Runtime: provided.al2023023
4848
MemorySize: 128
4949
Timeout: 30
5050
Tracing: Active

apigw-lambda-rust/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Globals:
88
MemorySize: 128
99
Architectures: ["arm64"]
1010
Handler: bootstrap
11-
Runtime: provided.al2023
11+
Runtime: provided.al2023023
1212
Timeout: 29
1313
Environment:
1414
Variables:

appconfig-lambda-rust/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Globals:
77
MemorySize: 256
88
Architectures: ["arm64"]
99
Handler: bootstrap
10-
Runtime: provided.al2
10+
Runtime: provided.al2023
1111
Timeout: 29
1212
Environment:
1313
Variables:

cloudfront-apigw-http-api-lambda-rust/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Globals:
88
MemorySize: 128
99
Architectures: ["arm64"]
1010
Handler: bootstrap
11-
Runtime: provided.al2
11+
Runtime: provided.al2023
1212
Timeout: 29
1313
Environment:
1414
Variables:

cloudfront-failover-apigw-http-api-lambda-rust/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Globals:
1818
MemorySize: 1024
1919
Architectures: ["arm64"]
2020
Handler: bootstrap
21-
Runtime: provided.al2
21+
Runtime: provided.al2023
2222
Timeout: 29
2323
Layers:
2424
- !Sub arn:aws:lambda:${AWS::Region}:580247275435:layer:LambdaInsightsExtension-Arm64:1

cloudfront-lambda-url-rust/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Globals:
88
MemorySize: 128
99
Architectures: ["arm64"]
1010
Handler: bootstrap
11-
Runtime: provided.al2
11+
Runtime: provided.al2023
1212
Timeout: 29
1313
Environment:
1414
Variables:

dynamodb-streams-lambda-eventbridge-sam-rust/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Resources:
3838
MemorySize: 512
3939
Architectures: ["arm64"]
4040
Handler: bootstrap
41-
Runtime: provided.al2
41+
Runtime: provided.al2023
4242
Timeout: 6
4343
CodeUri: .
4444
Policies:

eventbridge-lambda-rust/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Globals:
77
MemorySize: 128
88
Architectures: ["arm64"]
99
Handler: bootstrap
10-
Runtime: provided.al2
10+
Runtime: provided.al2023
1111
Timeout: 30
1212
Environment:
1313
Variables:

0 commit comments

Comments
 (0)