From ec07f92c3ede590910077dd9f6d73ce0ce88d04d Mon Sep 17 00:00:00 2001 From: Maish Saidel-Keesing Date: Tue, 14 Jan 2020 20:28:55 -0600 Subject: [PATCH] replaces all versions of nodejs to 10.x - because nodejs8.10 is no longer a supported runtime --- .../datasync_in-cloud_transfer_quick_start_scheduler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in-cloud-transfer/templates/datasync_in-cloud_transfer_quick_start_scheduler.yaml b/in-cloud-transfer/templates/datasync_in-cloud_transfer_quick_start_scheduler.yaml index 60d6ca3..7a50493 100644 --- a/in-cloud-transfer/templates/datasync_in-cloud_transfer_quick_start_scheduler.yaml +++ b/in-cloud-transfer/templates/datasync_in-cloud_transfer_quick_start_scheduler.yaml @@ -136,7 +136,7 @@ Resources: S3Bucket: !Sub solution-references-${AWS::Region} S3Key: datasync/amilookup-datasync-agent.zip Handler: amilookup-datasync-agent.handler - Runtime: nodejs8.10 + Runtime: nodejs10.x Timeout: 30 Role: !GetAtt LambdaExecutionRole.Arn AmiInfo: