📄️ Timer
The schedule-flows crate offers the ability to schedule a task.
📄️ State Store
The store-flows crate offers the ability to store key/value. We can build stateful serverless functions in flows.network.
📄️ logging
The flowsnet-platform-sdk crate offers the ability to print log for flows.
📄️ Configurations
Configurations, made up of a name/value pair, is a variable whose value is set outside flows.network. It's very similar to environment variables. You can store your secret key and pass the parameters to the function.
📄️ Routing actions
Flows Network is a code first serverless platform with optional template based deployment for easy onboarding.
📄️ Web service interface
The webhookflows library allows you to expose your Flows function on the flows.network platform through the standard web interface to get data input or deliver results. Hence providing a direct interface between the platform and outside entities, like third-party services or user applications.