Skip to content

Commit d60a2a2

Browse files
author
horike37
committed
chore: update test configs
1 parent ff49c0e commit d60a2a2

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

__tests__/integration/dynamodb/multiple-integrations/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: multiple-dynamodb-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/dynamodb/single-integration/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: dynamodb-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/eventbridge/multiple-integrations/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: multiple-eventbridge-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/eventbridge/single-integration/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: eventbridge-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/kinesis/multiple-integrations/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: multiple-kinesis-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/kinesis/single-integration/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: kinesis-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/s3/multiple-integrations/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: multiple-s3-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/s3/single-integration/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: s3-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/sns/custom-mapping-template/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: sns-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66
stage: ${opt:stage, 'dev'}
77

88
plugins:

__tests__/integration/sns/multiple-integrations/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: multiple-sns-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/sns/single-integration/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: sns-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/sqs/multiple-integrations/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: multiple-sqs-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

__tests__/integration/sqs/single-integration/service/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: sqs-proxy
22

33
provider:
44
name: aws
5-
runtime: nodejs10.x
5+
runtime: nodejs14.x
66

77
plugins:
88
localPath: './../../../../../../'

0 commit comments

Comments
 (0)