Skip to content

Updating node verson #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws-ffmpeg-layer/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ frameworkVersion: ">=1.34.0 <2.0.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
iamRoleStatements:
- Effect: Allow
Action:
Expand Down
2 changes: 1 addition & 1 deletion aws-multiple-runtime/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ functions:
path: greet
handler: web/handler.hello
time:
runtime: nodejs6.10
runtime: nodejs12.x
events:
- http:
method: get
Expand Down
2 changes: 1 addition & 1 deletion aws-node-alexa-skill/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ frameworkVersion: ">=1.4.0 <2.0.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

functions:
luckyNumber:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ service: aws-node-auth0-cognito-custom-authorizers-api

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

functions:
publicEndpoint:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-auth0-custom-authorizers-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
region: us-west-2
environment:
AUTH0_CLIENT_ID: ${file(./secrets.json):AUTH0_CLIENT_ID}
Expand Down
4 changes: 2 additions & 2 deletions aws-node-dynamic-image-resizer/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
profile: dev-fii

usagePlan:
Expand Down Expand Up @@ -68,4 +68,4 @@ package:
# imageLibs:
# path: layer
# compatibleRuntimes:
# - nodejs8.10
# - nodejs12.x
2 changes: 1 addition & 1 deletion aws-node-dynamodb-backup/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom:

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs12.x
stage: staging
iamRoleStatements:
- Effect: Allow
Expand Down
2 changes: 1 addition & 1 deletion aws-node-env-variables-encrypted-in-a-file/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
stage: dev

custom:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-env-variables/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ frameworkVersion: ">=1.2.0 <2.0.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
environment:
EMAIL_SERVICE_API_KEY: KEYEXAMPLE1234

Expand Down
2 changes: 1 addition & 1 deletion aws-node-fetch-file-and-store-in-s3/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
stage: dev
region: us-west-1
iamRoleStatements:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-function-compiled-with-babel/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

functions:
hello:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-github-check/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ custom:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
profile: personal
region: eu-west-1
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-github-webhook-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This service will listen to github webhooks fired by a given repository.
```yml
provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
environment:
GITHUB_WEBHOOK_SECRET: REPLACE-WITH-YOUR-SECRET-HERE
```
Expand Down
2 changes: 1 addition & 1 deletion aws-node-github-webhook-listener/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: github-webhook-listener

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
environment:
GITHUB_WEBHOOK_SECRET: REPLACE-WITH-YOUR-SECRET-HERE

Expand Down
2 changes: 1 addition & 1 deletion aws-node-graphql-and-rds/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider:
region: us-east-1
stage: dev
memorySize: 256
runtime: nodejs8.10
runtime: nodejs12.x
role: LambdaRole
environment:
#aurora
Expand Down
2 changes: 1 addition & 1 deletion aws-node-heroku-postgres/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: aws-lambda-and-heroku-postgres # NOTE: update this with your service na

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
stage: dev

functions:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-iot-event/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ frameworkVersion: ">=1.5.0 <2.0.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

functions:
log:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-mongodb-atlas/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: my-service # NOTE: update this with your service name

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

functions:
hello:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-oauth-dropbox-api/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
service: dropbox
provider:
profile: personal
runtime: nodejs6.10
runtime: nodejs12.x
name: aws
region: ap-south-1
timeout: 60
Expand Down
2 changes: 1 addition & 1 deletion aws-node-puppeteer/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: scrapper-lambda
provider:
name: aws
profile: <your aws profile>
runtime: nodejs8.10
runtime: nodejs12.x

plugins:
- serverless-offline
Expand Down
2 changes: 1 addition & 1 deletion aws-node-recursive-function/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ custom:
# in serverless.yml
provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
iamRoleStatements:
- Effect: "Allow"
Action:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-recursive-function/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ custom:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
# iamRoleStatements:
# - Effect: "Allow"
# Action:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-rekognition-analysis-s3-image/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ frameworkVersion: ">=1.10.0"

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs12.x
memorySize: 512
timeout: 10
stage: dev
Expand Down
2 changes: 1 addition & 1 deletion aws-node-rest-api-mongodb/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: aws-node-rest-api-mongodb

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs12.x

functions:
createUser:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-rest-api-with-dynamodb-and-offline/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ custom:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
environment:
DYNAMODB_TABLE: ${self:service}-${opt:stage, self:provider.stage}
iamRoleStatements:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-s3-file-replicator/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ custom:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
stage: dev
region: us-east-1
iamRoleStatements:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-scheduled-cron/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: scheduled-cron-example

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

functions:
cron:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-scheduled-weather/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ frameworkVersion: ">=1.1.0 <2.0.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
environment:
RECIPIENT: tom@carrotcreative.com
DARK_SKY_API_KEY: abc123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ frameworkVersion: ">=1.1.0 <2.0.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

functions:
landingPage:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-serverless-gong/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: serverless-gong
frameworkVersion: '>=1.4.0 <2.0.0'
provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
functions:
handleGong:
handler: handler.gongHandler
Expand Down
2 changes: 1 addition & 1 deletion aws-node-ses-receive-email-body/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ custom:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
region: eu-west-1
iamRoleStatements:
- Effect: Allow
Expand Down
2 changes: 1 addition & 1 deletion aws-node-ses-receive-email-header/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ frameworkVersion: ">=1.1.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
region: eu-west-1

functions:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-shared-gateway/gateway/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
service: shared-gateway
provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
region: ap-southeast-1
resources:
Resources:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-shared-gateway/products/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
service: eshop-products
provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
region: ap-southeast-1
apiGateway:
restApiId:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-shared-gateway/transactions/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
service: eshop-transactions
provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
region: ap-southeast-1
apiGateway:
restApiId:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-shared-gateway/users/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
service: eshop-users
provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
region: ap-southeast-1
apiGateway:
restApiId:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-signed-uploads/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ custom:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
stage: ${opt:stage, env:AWS_STAGE, 'dev'}
region: ${opt:region, env:AWS_REGION, 'eu-central-1'}
environment:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-simple-http-endpoint/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ frameworkVersion: ">=1.1.0 <2.0.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

functions:
currentTime:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-simple-transcribe-s3/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: aws-node-simple-transcribe-s3

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs12.x
environment:
S3_AUDIO_BUCKET: ${self:service}-${opt:stage, self:provider.stage}-records
S3_TRANSCRIPTION_BUCKET: ${self:service}-${opt:stage, self:provider.stage}-transcriptions
Expand Down
2 changes: 1 addition & 1 deletion aws-node-single-page-app-via-cloudfront/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ custom:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

resources:
Resources:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-stripe-integration/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ service: aws-node-stripe-integration

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs12.x
stage: test
region: us-east-1

Expand Down
2 changes: 1 addition & 1 deletion aws-node-telegram-echo-bot/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: aws-node-telegram-echo-bot

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x

functions:
webhook:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ frameworkVersion: ">=1.1.0 <2.0.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
region: us-east-1
stage: dev
iamRoleStatements:
Expand Down
Loading