Skip to content

Commit

Permalink
feat: bump runtime to provided.al2023 (#364)
Browse files Browse the repository at this point in the history
This should provide no functional difference, simply bumps us to latest
and greatest.
  • Loading branch information
jta authored Nov 25, 2024
1 parent 5fddf98 commit caa66e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/forwarder/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ Resources:
Role: !GetAtt Role.Arn
CodeUri: ../../bin/linux_arm64
Handler: bootstrap
Runtime: provided.al2
Runtime: provided.al2023
MemorySize: !If
- UseDefaultMemorySize
- !If
Expand Down
2 changes: 1 addition & 1 deletion apps/logwriter/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Resources:
Role: !GetAtt SubscriberRole.Arn
CodeUri: ../../bin/linux_arm64
Handler: bootstrap
Runtime: provided.al2
Runtime: provided.al2023
MemorySize: !If
- UseDefaultMemorySize
- "128"
Expand Down
2 changes: 1 addition & 1 deletion apps/metricstream/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Resources:
Role: !GetAtt MetricsConfiguratorRole.Arn
CodeUri: ../../bin/linux_arm64
Handler: bootstrap
Runtime: provided.al2
Runtime: provided.al2023
Architectures:
- arm64
LoggingConfig:
Expand Down

0 comments on commit caa66e7

Please sign in to comment.