Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Deploy And Invoke Function
Version 1.0.0
Create a Functions application, create a function in it, then invoke the function.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
deploy-and-invoke-function
Create an application, create a function, then invoke it.
Creates a Functions application, creates a function in it from an image, and invokes the function synchronously.
1
createApplication
createApplication
Create a Functions application bound to the supplied subnet.
2
createFunction
createFunction
Create a function from a container image within the application.
3
invokeFunction
invokeFunction
Invoke the newly created function with the supplied payload.