@@ -58,14 +58,14 @@ export default class ServiceEntity {
58
58
environment,
59
59
protocols,
60
60
netTypes,
61
- serviceName = 'Serverless_Framework ' ,
62
- serviceDesc = 'Created By Serverless Framework ' ,
61
+ serviceName = 'serverless ' ,
62
+ serviceDesc = 'Created By Serverless' ,
63
63
} = serviceConf ;
64
64
65
65
const apiInputs = {
66
66
Action : 'CreateService' as const ,
67
- serviceName : serviceName || 'Serverless_Framework' ,
68
- serviceDesc : serviceDesc || 'Created By Serverless Framework' ,
67
+ serviceName : serviceName ,
68
+ serviceDesc : serviceDesc ,
69
69
protocol : protocols ,
70
70
netTypes,
71
71
} ;
@@ -102,8 +102,8 @@ export default class ServiceEntity {
102
102
serviceId,
103
103
protocols,
104
104
netTypes,
105
- serviceName = 'Serverless_Framework ' ,
106
- serviceDesc = 'Created By Serverless Framework ' ,
105
+ serviceName = 'serverless ' ,
106
+ serviceDesc = 'Created By Serverless' ,
107
107
} = serviceConf ;
108
108
109
109
let detail : Detail | null ;
@@ -172,7 +172,7 @@ export default class ServiceEntity {
172
172
Action : 'ReleaseService' ,
173
173
serviceId : serviceId ,
174
174
environmentName : environment ,
175
- releaseDesc : 'Released by Serverless Component ' ,
175
+ releaseDesc : 'Released by Serverless' ,
176
176
} ) ;
177
177
}
178
178
}
0 commit comments