Skip to content

Commit a5de255

Browse files
committed
fix(scf): support L5 config
1 parent aeb9873 commit a5de255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/scf/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ const formatFunctionInputs = (region, inputs) => {
230230
}
231231
}
232232
functionInputs['EipConfig.EipFixed'] = inputs.eip === true ? 'TRUE' : 'FALSE';
233+
functionInputs.L5Enable = inputs.l5Enable === true ? 'TRUE' : 'FALSE';
233234
if (inputs.layers) {
234235
inputs.layers.forEach((item, index) => {
235236
functionInputs[`Layers.${index}.LayerName`] = item.name;

0 commit comments

Comments
 (0)