File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change
1
+ org : raravi
2
+ app : notes-server-lambda
1
3
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
5
5
6
6
custom :
7
7
secrets : ${file(secrets.json)}
8
8
9
9
provider :
10
10
name : aws
11
- runtime : nodejs12.x
12
- stage : ${self:custom.secrets.NODE_ENV}
11
+ runtime : nodejs16.x
13
12
region : eu-central-1
14
13
environment :
15
14
NODE_ENV : ${self:custom.secrets.NODE_ENV}
@@ -19,6 +18,7 @@ provider:
19
18
APP_PASSWORD : ${self:custom.secrets.APP_PASSWORD}
20
19
APP_RESETEMAIL : ${self:custom.secrets.APP_RESETEMAIL}
21
20
APP_RESETLINK : ${self:custom.secrets.APP_RESETLINK}
21
+ APP_VALIDATELINK : ${self:custom.secrets.APP_VALIDATELINK}
22
22
APP_CLIENTURL : ${self:custom.secrets.APP_CLIENTURL}
23
23
24
24
functions :
You can’t perform that action at this time.
0 commit comments