Which TWO of the following are valid trigger sources for OCI Functions? (Choose two.)
Trap 1: Direct attachment to VCN Internet Gateways without any intermediate…
Internet gateways route VCN traffic, they do not invoke functions directly.
Trap 2: Scheduled cron jobs running inside block volume snapshots
Snapshots do not execute cron jobs or invoke functions.
- A
Direct attachment to VCN Internet Gateways without any intermediate services
Why wrong: Internet gateways route VCN traffic, they do not invoke functions directly.
- B
OCI Events service reacting to resource state changes
OCI Events can trigger functions upon resource lifecycle changes.
- C
Direct HTTP/HTTPS requests routed through an OCI API Gateway
API Gateway provides direct integration to invoke functions via REST endpoints.
- D
Scheduled cron jobs running inside block volume snapshots
Why wrong: Snapshots do not execute cron jobs or invoke functions.
- E
Direct invocation via OCI SDK or CLI
Functions can be invoked programmatically using the OCI SDK or CLI.