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 629a2f2 commit 1e6c0e5Copy full SHA for 1e6c0e5
src/modules/scf/index.js
@@ -154,6 +154,10 @@ class Scf {
154
functionInputs.Timeout = inputs.timeout || funcInfo.Timeout;
155
functionInputs.Namespace = inputs.namespace || funcInfo.Namespace;
156
functionInputs.MemorySize = inputs.memorySize || funcInfo.MemorySize;
157
+ if (!functionInputs.ClsLogsetId) {
158
+ functionInputs.ClsLogsetId = '';
159
+ functionInputs.ClsTopicId = '';
160
+ }
161
// can not update handler,code,codesource
162
delete functionInputs.Handler;
163
delete functionInputs.Code;
0 commit comments