Skip to content

Commit 71a42cc

Browse files
committed
update serverless config
1 parent c1ed953 commit 71a42cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

serverless.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1+
org: raravi
2+
app: notes-server-lambda
13
service: notes-server-lambda
2-
# app and org for use with dashboard.serverless.com
3-
#app: your-app-name
4-
#org: your-org-name
4+
frameworkVersion: ^3.23.0
55

66
custom:
77
secrets: ${file(secrets.json)}
88

99
provider:
1010
name: aws
11-
runtime: nodejs12.x
12-
stage: ${self:custom.secrets.NODE_ENV}
11+
runtime: nodejs16.x
1312
region: eu-central-1
1413
environment:
1514
NODE_ENV: ${self:custom.secrets.NODE_ENV}
@@ -19,6 +18,7 @@ provider:
1918
APP_PASSWORD: ${self:custom.secrets.APP_PASSWORD}
2019
APP_RESETEMAIL: ${self:custom.secrets.APP_RESETEMAIL}
2120
APP_RESETLINK: ${self:custom.secrets.APP_RESETLINK}
21+
APP_VALIDATELINK: ${self:custom.secrets.APP_VALIDATELINK}
2222
APP_CLIENTURL: ${self:custom.secrets.APP_CLIENTURL}
2323

2424
functions:

0 commit comments

Comments
 (0)