Parameter | Type | Description | Example |
---|---|---|---|
object | The function code. | ||
ossBucketName | string | The name of the Object Storage Service (OSS) bucket that stores the ZIP package of the function code. | demo-bucket |
ossObjectName | string | The name of the OSS object (ZIP package) that contains the function code. | demo-key |
zipFile | string | The ZIP package of the function code that is encoded in Base64 format. | cHJpbnQoImhlbGxvIHdvcmxkIikK |