Skip to content

Commit a248bf9

Browse files
committed
nodejs10.x update
1 parent 532371e commit a248bf9

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

splunk-cloudwatch-logs-processor/lambda.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lambda": {
33
"FunctionName": "splunk-cloudwatch-logs-processor",
44
"Handler": "index.handler",
5-
"Runtime": "nodejs8.10",
5+
"Runtime": "nodejs10.x",
66
"Description": "Stream events from AWS CloudWatch Logs to Splunk's HTTP event collector",
77
"Environment": {
88
"Variables": {

splunk-cloudwatch-logs-processor/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Resources:
5454
Type: 'AWS::Serverless::Function'
5555
Properties:
5656
Handler: index.handler
57-
Runtime: nodejs8.10
57+
Runtime: nodejs10.x
5858
CodeUri: ./splunk-cloudwatch-logs-processor.zip
5959
Description: Stream events from AWS CloudWatch Logs to Splunk HTTP event collector
6060
MemorySize: 512

splunk-dynamodb-stream-processor/lambda.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lambda": {
33
"FunctionName": "splunk-dynamodb-stream-processor",
44
"Handler": "index.handler",
5-
"Runtime": "nodejs8.10",
5+
"Runtime": "nodejs10.x",
66
"Description": "Stream AWS DynamoDB table activity from DynamoDB Stream to Splunk's HTTP event collector",
77
"Environment": {
88
"Variables": {

splunk-dynamodb-stream-processor/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Resources:
4747
Type: 'AWS::Serverless::Function'
4848
Properties:
4949
Handler: index.handler
50-
Runtime: nodejs8.10
50+
Runtime: nodejs10.x
5151
CodeUri: ./splunk-dynamodb-stream-processor.zip
5252
Policies:
5353
- DynamoDBStreamReadPolicy:

splunk-elb-application-access-logs-processor/lambda.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lambda": {
33
"FunctionName": "splunk-elb-application-access-logs-processor",
44
"Handler": "index.handler",
5-
"Runtime": "nodejs8.10",
5+
"Runtime": "nodejs10.x",
66
"Description": "Stream Application ELB access logs from S3 to Splunk's HTTP event collector",
77
"Environment": {
88
"Variables": {

splunk-elb-application-access-logs-processor/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Resources:
4545
Properties:
4646
Description: Stream ALB events from S3 to Splunk HTTP event collector
4747
Handler: index.handler
48-
Runtime: nodejs8.10
48+
Runtime: nodejs10.x
4949
CodeUri: ./splunk-elb-application-access-logs-processor.zip
5050
Policies:
5151
- S3CrudPolicy:

splunk-elb-classic-access-logs-processor/lambda.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lambda": {
33
"FunctionName": "splunk-elb-classic-access-logs-processor",
44
"Handler": "index.handler",
5-
"Runtime": "nodejs8.10",
5+
"Runtime": "nodejs10.x",
66
"Description": "Stream Classic ELB access logs from S3 to Splunk's HTTP event collector",
77
"Environment": {
88
"Variables": {

splunk-elb-classic-access-logs-processor/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Resources:
4343
Properties:
4444
Description: Stream CLB events from S3 to Splunk HTTP event collector
4545
Handler: index.handler
46-
Runtime: nodejs8.10
46+
Runtime: nodejs10.x
4747
CodeUri: ./splunk-elb-classic-access-logs-processor.zip
4848
Policies:
4949
- S3CrudPolicy:

splunk-guardduty-processor/lambda.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lambda": {
33
"FunctionName": "splunk-guardduty-processor",
44
"Handler": "index.handler",
5-
"Runtime": "nodejs8.10",
5+
"Runtime": "nodejs10.x",
66
"Description": "Stream findings from GuardDuty to Splunk's HTTP event collector",
77
"Environment": {
88
"Variables": {

splunk-guardduty-processor/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Resources:
2929
Type: 'AWS::Serverless::Function'
3030
Properties:
3131
Handler: index.handler
32-
Runtime: nodejs8.10
32+
Runtime: nodejs10.x
3333
CodeUri: ./splunk-guardduty-processor.zip
3434
Description: Stream findings from GuardDuty to Splunk's HTTP event collector
3535
MemorySize: 512

splunk-iot-processor/lambda.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lambda": {
33
"FunctionName": "splunk-iot-processor",
44
"Handler": "index.handler",
5-
"Runtime": "nodejs8.10",
5+
"Runtime": "nodejs10.x",
66
"Description": "Stream events from AWS IoT to Splunk's HTTP event collector",
77
"Environment": {
88
"Variables": {

splunk-iot-processor/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Resources:
3737
Type: AWS::Serverless::Function
3838
Properties:
3939
Handler: index.handler
40-
Runtime: nodejs8.10
40+
Runtime: nodejs10.x
4141
CodeUri: ./splunk-iot-processor.zip
4242
Description: Capture events from IOT topic and send to Splunk HTTP event collector
4343
MemorySize: 512

splunk-kinesis-stream-processor/lambda.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lambda": {
33
"FunctionName": "splunk-kinesis-stream-processor",
44
"Handler": "index.handler",
5-
"Runtime": "nodejs8.10",
5+
"Runtime": "nodejs10.x",
66
"Description": "Stream events from AWS Kinesis to Splunk's HTTP event collector",
77
"Environment": {
88
"Variables": {

splunk-kinesis-stream-processor/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Resources:
4242
Type: 'AWS::Serverless::Function'
4343
Properties:
4444
Handler: index.handler
45-
Runtime: nodejs8.10
45+
Runtime: nodej10.x
4646
CodeUri: ./splunk-kinesis-stream-processor.zip
4747
Policies:
4848
- KinesisStreamReadPolicy:

splunk-logging/lambda.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lambda": {
33
"FunctionName": "splunk-logging",
44
"Handler": "index.handler",
5-
"Runtime": "nodejs8.10",
5+
"Runtime": "nodejs10.x",
66
"Description": "Demonstrates logging from AWS Lambda code to Splunk's HTTP event collector",
77
"Environment": {
88
"Variables": {

splunk-logging/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Resources:
2929
Type: 'AWS::Serverless::Function'
3030
Properties:
3131
Handler: index.handler
32-
Runtime: nodejs8.10
32+
Runtime: nodejs10.x
3333
CodeUri: ./splunk-logging.zip
3434
Description: Demonstrates logging from AWS Lambda code to Splunk HTTP event collector
3535
MemorySize: 512

0 commit comments

Comments
 (0)