diff --git a/model/description/faas.json b/model/description/faas.json new file mode 100644 index 00000000..60ab559e --- /dev/null +++ b/model/description/faas.json @@ -0,0 +1,12 @@ +{ + "brief": "Serverless (FAAS)", + "operations": [ + { + "name": "Serverless function execution", + "brief": "The invocation of a serverless function on a cloud provider.", + "ops": ["function.aws", "function.gcp", "function.azure"], + "templates": ["{{faas.name}}"], + "examples": ["my_function", "process-upload"] + } + ] +} diff --git a/model/name/faas.json b/model/name/faas.json new file mode 100644 index 00000000..e8f43f97 --- /dev/null +++ b/model/name/faas.json @@ -0,0 +1,13 @@ +{ + "brief": "Serverless (FAAS)", + "operations": [ + { + "name": "Serverless function execution", + "brief": "The invocation of a serverless function on a cloud provider.", + "is_in_otel": false, + "ops": ["function.aws", "function.gcp", "function.azure"], + "templates": ["{{faas.name}}", "Serverless function execution"], + "examples": ["my_function", "process-upload", "Serverless function execution"] + } + ] +}