You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Param | Required/Optional| | Default | Description |
| ----------- | :---------------:| | :-----: | :---------------------------------------------------------------------------------------------------------------------------------------------- |
| timeout | Optional | | 3s | The duration a function allowed to execute. Choose a value between 1 and 300 seconds; The default is 3 seconds. |
| memorySize | Optional | | 128M | The size of memory size available to the function during execution. Specify a value between 128 MB (default) and 1,536 MB in 128 MB increments. |
| environment | Optional | | | Environment variable of the function |
| vpcConfig | Optional | | | VPC configuration of the function |
environment param description
Param
Description
variables
Environment variable array
vpcConfig param description
Param
Description
subnetId
ID of the VPC
vpcId
ID of the subnet
apigatewayConf
Param
Required/Optional
Description
protocols
Optional
Frontend request type of the service, such as HTTP, HTTPS, HTTP and HTTPS.
environment
Optional
The name of the environment to be published. Three environments are supported: test, prepub and release.