Skip to content

Commit 1d6c981

Browse files
authored
Merge pull request #168 from kay-is/development
Changes for Dashbird Article
2 parents c1c11a7 + f99a124 commit 1d6c981

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sample-apps/robinhood-for-reddit/handlers/hotStock/hotStockHandler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ hotStockHandler:
66
# cors: ${file(handlers/_base/cors.yml):cors}
77
method: get
88
environment:
9-
VERBOSE: ${self:custom.verbose.${opt:stage}, false}
9+
VERBOSE: false

sample-apps/robinhood-for-reddit/serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ service: robinhood-for-reddit
22

33
provider:
44
name: aws
5-
runtime: nodejs13.x
5+
runtime: nodejs12.x
66
memorySize: 256
77
region: us-east-1
8-
stage: ${opt:stage, 'local'}
8+
stage: dev
99
timeout: 30
1010
versionFunctions: false
1111

0 commit comments

Comments
 (0)