A civic tech team wants to iterate on a function on a workstation and later deploy the same unit to OCI Functions with one toolchain. What workflow does OCI document?
Select an answer to reveal the explanation.
Short Explanation
Practice in the garage, then drive the same car onto the highway: local Fn init/invoke, then switch the CLI context to OCI for deploy. One toolchain, two stages.
Full Explanation
You can install Fn Project on a workstation, initialize and invoke a function locally, then configure an OCI context and deploy with the same CLI. The professional gain is a single toolchain for local iteration and OCI execution. Provider, compartment, and signed invoke details come with the Oracle context; this item focuses on that valid local-then-cloud workflow—not Docker-engine trivia or authoring a full FDK program.