Structure of a FaaS Function
FaaS functions can be written in Rust or JavaScript. Every function contains the following components:
- A boilerplate code
- A photoniq.toml settings file for function-specific configurations.
FaaS functions can be written in Rust or JavaScript. Every function contains the following components: