1Z0-1084-20 · Question #47
Which is NOT a valid option to execute a function deployed on Oracle Functions?
The correct answer is C. Invoke from Docker CLI. You can invoke a function that you've deployed to Oracle Functions in different ways: Using the Fn Project CLI. Using the Oracle Cloud Infrastructure CLI. Using the Oracle Cloud Infrastructure SDKs. Making a signed HTTP request to the function's invoke endpoint. Every function…
Question
Which is NOT a valid option to execute a function deployed on Oracle Functions?
Options
- ASend a signed HTTP requests to the function's invoke endpoint
- BInvoke from Oracle Cloud Infrastructure CLI
- CInvoke from Docker CLI
- DTrigger by an event in Oracle Cloud Infrastructure Events service
- EInvoke from Fn Project CLI
How the community answered
(15 responses)- A13% (2)
- B7% (1)
- C73% (11)
- D7% (1)
Explanation
You can invoke a function that you've deployed to Oracle Functions in different ways: Using the Fn Project CLI. Using the Oracle Cloud Infrastructure CLI. Using the Oracle Cloud Infrastructure SDKs. Making a signed HTTP request to the function's invoke endpoint. Every function has an invoke Each of the above invokes the function via requests to the API. Any request to the API must be authenticated by including a signature and the OCID of the compartment to which the function belongs in the request header. Such a request is referred to as a 'signed' request. The signature includes Oracle Cloud Infrastructure credentials in an encrypted form.
Topics
Community Discussion
No community discussion yet for this question.