From b42af1f517d6c980c75c7e26b5ff35d5b92faddc Mon Sep 17 00:00:00 2001 From: crafapessoa <120648920+crafapessoa@users.noreply.github.com> Date: Wed, 23 Aug 2023 19:18:24 -0300 Subject: [PATCH] Update template.yaml --- splunk-kinesis-stream-processor/template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/splunk-kinesis-stream-processor/template.yaml b/splunk-kinesis-stream-processor/template.yaml index f70d578..b25e059 100644 --- a/splunk-kinesis-stream-processor/template.yaml +++ b/splunk-kinesis-stream-processor/template.yaml @@ -42,7 +42,7 @@ Resources: Type: 'AWS::Serverless::Function' Properties: Handler: index.handler - Runtime: nodej10.x + Runtime: nodej18.x CodeUri: ./splunk-kinesis-stream-processor.zip Policies: - KinesisStreamReadPolicy: @@ -62,4 +62,4 @@ Resources: StartingPosition: !Ref KinesisStreamStartingPosition BatchSize: !Ref KinesisStreamBatchSize - \ No newline at end of file +