We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1c11a7 + f99a124 commit 1d6c981Copy full SHA for 1d6c981
2 files changed
sample-apps/robinhood-for-reddit/handlers/hotStock/hotStockHandler.yml
@@ -6,4 +6,4 @@ hotStockHandler:
6
# cors: ${file(handlers/_base/cors.yml):cors}
7
method: get
8
environment:
9
- VERBOSE: ${self:custom.verbose.${opt:stage}, false}
+ VERBOSE: false
sample-apps/robinhood-for-reddit/serverless.yml
@@ -2,10 +2,10 @@ service: robinhood-for-reddit
2
3
provider:
4
name: aws
5
- runtime: nodejs13.x
+ runtime: nodejs12.x
memorySize: 256
region: us-east-1
- stage: ${opt:stage, 'local'}
+ stage: dev
timeout: 30
10
versionFunctions: false
11
0 commit comments