Skip to content

Commit

Permalink
chore: update ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
horike37 committed Jan 17, 2024
1 parent 6aa7645 commit 13a111f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: accept-parameters-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs20.x

plugins:
localPath: './../../../../../../'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: custom-role-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs0.x

plugins:
localPath: './../../../../../../'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: multiple-kinesis-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs20.x

plugins:
localPath: './../../../../../../'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: kinesis-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs20.x

plugins:
localPath: './../../../../../../'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: multiple-s3-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs20.x

plugins:
localPath: './../../../../../../'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: sns-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs20.x
stage: ${opt:stage, 'dev'}

plugins:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: multiple-sns-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs20.x

plugins:
localPath: './../../../../../../'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: sns-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs20.x

plugins:
localPath: './../../../../../../'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: multiple-sqs-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs20.x

plugins:
localPath: './../../../../../../'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: sqs-proxy

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs20.x

plugins:
localPath: './../../../../../../'
Expand Down

0 comments on commit 13a111f

Please sign in to comment.