Skip to content

Commit

Permalink
update runtime nodejs4.3 to nodejs.8.10
Browse files Browse the repository at this point in the history
- nodejs4.3 is no longer available on aws
  • Loading branch information
ppachur committed Jan 30, 2019
1 parent 0b07e10 commit 0bbe1dd
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
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: nodejs4.3
runtime: nodejs8.10

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: nodejs4.3
runtime: nodejs8.10

functions:
publicEndpoint:
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: nodejs4.3
runtime: nodejs8.10
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: nodejs4.3
runtime: nodejs8.10
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: nodejs4.3
runtime: nodejs8.10
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: nodejs4.3
runtime: nodejs8.10

functions:
hello:
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: nodejs4.3
runtime: nodejs8.10
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: nodejs4.3
runtime: nodejs8.10
environment:
GITHUB_WEBHOOK_SECRET: REPLACE-WITH-YOUR-SECRET-HERE

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: nodejs4.3
runtime: nodejs8.10

functions:
log:
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: nodejs4.3
runtime: nodejs8.10
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: nodejs4.3
runtime: nodejs8.10
# iamRoleStatements:
# - Effect: "Allow"
# Action:
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: nodejs4.3
runtime: nodejs8.10
environment:
DYNAMODB_TABLE: ${self:service}-${opt:stage, self:provider.stage}
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: nodejs4.3
runtime: nodejs8.10

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: nodejs4.3
runtime: nodejs8.10
environment:
RECIPIENT: [email protected]
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: nodejs4.3
runtime: nodejs8.10

functions:
landingPage:
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: nodejs4.3
runtime: nodejs8.10

functions:
currentTime:
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: nodejs4.3
runtime: nodejs8.10

resources:
Resources:
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: nodejs4.3
runtime: nodejs8.10
region: us-east-1
stage: dev
iamRoleStatements:
Expand Down
2 changes: 1 addition & 1 deletion aws-node-twilio-send-text-message/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: aws-node-twilio

provider:
name: aws
runtime: nodejs4.3
runtime: nodejs8.10
environment:
# replace these env variables with your twilio account values
TWILIO_ACCOUNT_SID: YOUR-TWILIO-ACCOUNT-SID-HERE
Expand Down
2 changes: 1 addition & 1 deletion aws-node-upload-to-s3-and-postprocess/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom:

provider:
name: aws
runtime: nodejs4.3
runtime: nodejs8.10
iamRoleStatements:
- Effect: Allow
Action:
Expand Down

0 comments on commit 0bbe1dd

Please sign in to comment.