Oracle Cloud Functions logo

Oracle Cloud Functions

Functions 6.3/10 Jun 17, 2026

Serverless functions-as-a-service on Oracle Cloud Infrastructure, built on the open-source Fn Project, with a recurring monthly free allowance.

Card required
Yes

Oracle Cloud Functions scores 6.3/10 for free value in Functions. The main constraint: 2,000,000 function invocations and 400,000 GB memory-seconds of execution time free every month, with no time limit on these monthly amounts.

Category Functions Kind Serverless FaaS Caveats A valid credit/debit card is required at signup for identity verification (temporary authorization hold, not a charge). Functions is not listed among OCI's "Always Free only-state" resources — the free amounts are a recurring monthly Pay-As-You-Go allowance, so usage beyond 2M invocations or 400K GB-seconds is billed automatically. Memory caps at 3 GB and execution time at 300 seconds per invocation. Concurrency is limited by a per-Availability-Domain memory pool (default ~60 GB). Renewal monthly Card required Yes Eligibility anyone

Free value score

6.3 / 10
Show the math
Overall 6.3/10
value = 6.3/100
weighted_components_v1
Invocation value 6.7/10
value = 7.07 $/mo
fixed_log_v1
Runtime fit 5.1/10
value = 5.1/100
policy_score_v1
Deploy friction 7/10
value = 7/100
policy_score_v1

Key metrics

2M/mo Invocations
400K GB·s Compute
5 min CPU/call 300s timeout
10.24 TB/mo Shared egress OCI account-wide outbound transfer; shown for context, not a Functions-specific allowance.

What you get

2 million free invocations per month — double AWS Lambda's free 1 million

Recurring monthly free allowance with no expiry on the per-month amounts

Built on the open Apache 2.0 Fn Project, Docker, and CloudEvents — portable, no lock-in

Native support for Python, Go, Java, Node.js, and C#, or bring your own Dockerfile

Pairs with 10 TB/month of free OCI outbound data transfer

Gotchas

  • Card required at signup

    A valid credit or debit card (functioning like a credit card) is required to create an Oracle Cloud account for identity verification; a temporary authorization hold may be placed. Prepaid, virtual, or PIN debit cards are not accepted.

  • 2M invocations/month

    The first 2,000,000 function invocations each month are free; invocations beyond that are billed at US$0.0000002 each. The allowance resets monthly.

  • 400K GB-seconds/month

    The first 400,000 gigabyte memory-seconds of execution time each month are free; usage beyond that is billed at US$0.00001417 per GB-second. The allowance resets monthly.

  • 3 GB max memory per function

    Each function can be allocated at most 3 GB (3072 MB) of memory per invocation; selectable values are 128/256/512/1024/2048/3072 MB.

  • 300-second timeout

    A single function invocation can run for at most 300 seconds (5 minutes) before timing out.

  • Per-AD concurrency pool

    Concurrency is bounded by a per-Availability-Domain memory pool (default ~60 GB total), so the number of simultaneous executions depends on each function's memory size rather than an unlimited concurrency model.

  • Not in Always-Free-only state

    OCI Functions is not listed among the resources usable in an Always-Free-only account state; the free invocation and execution-time amounts are a recurring monthly Pay-As-You-Go allowance, and overages are billed automatically once the account is active beyond the trial.

  • Cold starts on idle functions

    Functions that are not kept warm incur cold-start latency; sub-second response during spikes requires paid Provisioned Concurrency (unused provisioned concurrency is billed at 25% of execution-time rates).

Sources

serverless faas functions oracle-cloud oci fn-project event-driven cloud-native

Alternatives

Same category · similar quota
AWS LambdaAWS Lambda · freemium · Serverless Functions (FaaS)
6.2

Event-driven serverless compute that runs your code on demand without provisioning or managing servers, billed per request and per millisecond of compute.

1M/mo400K GB·s15 min
Checked 27d ago
No-sleepOne-timeCold start
Google Cloud Run functionsGoogle Cloud Run functions · freemium · Serverless functions (FaaS)
6.2

Event-driven serverless functions on Google Cloud (formerly Cloud Functions) with a perpetual monthly free tier.

2M/mo400K GB·s9 min
Checked 27d ago
No-sleepOne-timeCold start
Scaleway Serverless FunctionsScaleway Serverless Functions · freemium · Serverless Functions (FaaS)
5.6

European cloud FaaS that runs Go, Node, Python, PHP, and Rust code on demand with a permanent monthly free allowance.

1M/mo400K GB·s1 hr
Checked 27d ago
No-sleepCold startOne-time