Skip to content

Commit 3f6a34a

Browse files
authored
Merge pull request awslabs#109 from rsavordelli/master
Changing NodeJS Version to latest
2 parents 3b64ce8 + f318c08 commit 3f6a34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SES/SESReports/ses-reports.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Resources:
128128
Code:
129129
S3Bucket: !Ref MyS3Bucket
130130
S3Key: "sesreport.zip"
131-
Runtime: "nodejs8.10"
131+
Runtime: "nodejs12.x"
132132
Timeout: "600"
133133
Environment:
134134
Variables:
@@ -309,7 +309,7 @@ Resources:
309309
};
310310
311311
};
312-
Runtime: "nodejs8.10"
312+
Runtime: "nodejs12.x"
313313
Timeout: "25"
314314

315315
#Execute Lambda Custom Resource

0 commit comments

Comments
 (0)