nerdexam
Oracle

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…

Developing Serverless Applications (Functions)

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)
  • A
    13% (2)
  • B
    7% (1)
  • C
    73% (11)
  • D
    7% (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

#Oracle Functions#invocation methods#Fn CLI#OCI Events

Community Discussion

No community discussion yet for this question.

Full 1Z0-1084-20 Practice