Apache OpenWhisk · Example Payload

Apache Openwhisk Action Limits Example

Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

Apache Openwhisk Action Limits Example is an example object payload from Apache OpenWhisk, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

timeoutmemorylogs

Example Payload

Raw ↑
{
  "timeout": 1234,
  "memory": 1234,
  "logs": 1234
}