@@ -58,14 +58,14 @@ export default class ServiceEntity {
5858 environment,
5959 protocols,
6060 netTypes,
61- serviceName = 'Serverless_Framework ' ,
62- serviceDesc = 'Created By Serverless Framework ' ,
61+ serviceName = 'serverless ' ,
62+ serviceDesc = 'Created By Serverless' ,
6363 } = serviceConf ;
6464
6565 const apiInputs = {
6666 Action : 'CreateService' as const ,
67- serviceName : serviceName || 'Serverless_Framework' ,
68- serviceDesc : serviceDesc || 'Created By Serverless Framework' ,
67+ serviceName : serviceName ,
68+ serviceDesc : serviceDesc ,
6969 protocol : protocols ,
7070 netTypes,
7171 } ;
@@ -102,8 +102,8 @@ export default class ServiceEntity {
102102 serviceId,
103103 protocols,
104104 netTypes,
105- serviceName = 'Serverless_Framework ' ,
106- serviceDesc = 'Created By Serverless Framework ' ,
105+ serviceName = 'serverless ' ,
106+ serviceDesc = 'Created By Serverless' ,
107107 } = serviceConf ;
108108
109109 let detail : Detail | null ;
@@ -172,7 +172,7 @@ export default class ServiceEntity {
172172 Action : 'ReleaseService' ,
173173 serviceId : serviceId ,
174174 environmentName : environment ,
175- releaseDesc : 'Released by Serverless Component ' ,
175+ releaseDesc : 'Released by Serverless' ,
176176 } ) ;
177177 }
178178}
0 commit comments