File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,36 +11,42 @@ resources:
1111 props : # 组件的属性值
1212 region : ${vars.region}
1313 functionName : fc3-event-${env('fc_component_function_name', 'nodejs18')}-f1
14+ role : acs:ram::${config('AccountID')}:role/aliyunaliyunfcdefaultrole
1415 runtime : ${env('fc_component_runtime', 'nodejs18')}
1516 code : ./test-auto-code
1617 handler : index.handler
1718 memorySize : 128
1819 timeout : 30
1920 vpcConfig : auto
2021 nasConfig : auto
22+ ossMountConfig : auto
2123
2224 fcDemo2 : # 业务名称/模块名称
2325 component : ${env('fc_component_version', path('../../../'))}
2426 props : # 组件的属性值
2527 region : ${vars.region}
2628 functionName : fc3-event-${env('fc_component_function_name', 'nodejs18')}-f2
29+ role : acs:ram::${config('AccountID')}:role/aliyunaliyunfcdefaultrole
2730 runtime : ${env('fc_component_runtime', 'nodejs18')}
2831 code : ./test-auto-code
2932 handler : index.handler
3033 memorySize : 128
3134 timeout : 30
3235 vpcConfig : auto
3336 nasConfig : auto
37+ ossMountConfig : auto
3438
3539 fcDemo3 : # 业务名称/模块名称
3640 component : ${env('fc_component_version', path('../../../'))}
3741 props : # 组件的属性值
3842 region : ${vars.region}
43+ role : acs:ram::${config('AccountID')}:role/aliyunaliyunfcdefaultrole
3944 functionName : fc3-event-${env('fc_component_function_name', 'nodejs18')}-f3
4045 runtime : ${env('fc_component_runtime', 'nodejs18')}
4146 code : ./test-auto-code
4247 handler : index.handler
4348 memorySize : 128
4449 timeout : 30
4550 vpcConfig : auto
46- nasConfig : auto
51+ nasConfig : auto
52+ ossMountConfig : auto
You can’t perform that action at this time.
0 commit comments