This repository was archived by the owner on Mar 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ build_steps: &build_steps
46
46
command : |
47
47
./awsconfiguration.sh $DEPLOY_ENV
48
48
source awsenvconf
49
- ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-appvar,${LOGICAL_ENV}-${APPNAME}- deployvar
49
+ ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
50
50
source buildenvvar
51
- ./master_deploy.sh -d LAMBDA -e $DEPLOY_ENV
51
+ ./master_deploy.sh -d LAMBDA -e $DEPLOY_ENV -s ${LOGICAL_ENV}-${APPNAME}-appvar
52
52
#-s ${LOGICAL_ENV}-${APPNAME}-appvar
53
53
jobs :
54
54
# Build & Deploy against development backend rera212
Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ service: lambda-member-v5user-skill-sync
2
2
provider :
3
3
name : aws
4
4
stage : ${opt:stage, 'dev'}
5
- vpc :
6
- securityGroupIds :
7
- - ${file(./config/${self:provider.stage}.json):VPC_SECURITY_GROUP_ID_1}
8
- - ${file(./config/${self:provider.stage}.json):VPC_SECURITY_GROUP_ID_2}
9
- subnetIds :
10
- - ${file(./config/${self:provider.stage}.json):VPC_SUBNET_ID_1}
11
5
role : ${file(./config/${self:provider.stage}.json):LAMBDA_ROLE}
12
6
runtime : nodejs12.x
13
7
memorySize : 256
@@ -19,7 +13,7 @@ provider:
19
13
20
14
functions :
21
15
handler :
22
- handler : lambda.handler
16
+ handler : index.syncSkills
23
17
name : member-v5user-skill-sync # optional, Deployed Lambda name
24
18
description : Auth0 proxy server # The description of your function.
25
19
events :
You can’t perform that action at this time.
0 commit comments