We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e94555 commit 93a0d0dCopy full SHA for 93a0d0d
src/modules/scf/utils.js
@@ -14,6 +14,7 @@ const formatApigwTrigger = (region, funcInfo, inputs, traffic = false) => {
14
triggerInputs.protocols = parameters.protocols;
15
triggerInputs.environment = parameters.environment;
16
triggerInputs.serviceName = parameters.serviceName || name;
17
+ triggerInputs.serviceDesc = parameters.description;
18
triggerInputs.serviceId = parameters.serviceId;
19
triggerInputs.endpoints = (parameters.endpoints || []).map((ep) => {
20
ep.function = ep.function || {};
0 commit comments