Skip to content

Commit bac6e28

Browse files
committed
updates functions to latest node version
1 parent 84d8c5b commit bac6e28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amazon-cloudfront-access-logs-queries",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "This is a sample implementation for the concepts described in the AWS blog post \"Analyzing your Amazon CloudFront access logs at scale\".",
55
"author": {
66
"name": "Steffen Grunwald"

template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Resources:
4545
Properties:
4646
CodeUri: functions/
4747
Handler: transformPartition.handler
48-
Runtime: nodejs14.x
48+
Runtime: nodejs18.x
4949
Timeout: 900
5050
Policies:
5151
- Version: '2012-10-17'
@@ -93,7 +93,7 @@ Resources:
9393
Properties:
9494
CodeUri: functions/
9595
Handler: createPartitions.handler
96-
Runtime: nodejs14.x
96+
Runtime: nodejs18.x
9797
Timeout: 5
9898
Policies:
9999
- Version: '2012-10-17'
@@ -134,7 +134,7 @@ Resources:
134134
Properties:
135135
CodeUri: functions/
136136
Handler: moveAccessLogs.handler
137-
Runtime: nodejs14.x
137+
Runtime: nodejs18.x
138138
Timeout: 30
139139
Policies:
140140
- Version: '2012-10-17'

0 commit comments

Comments
 (0)