mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
32 lines
985 B
Markdown
32 lines
985 B
Markdown
# IronFunctions Documentation
|
|
|
|
* [FAQ](faq.md)
|
|
|
|
## For Developers
|
|
|
|
If you are a developer using IronFunctions through the API, this section is for you.
|
|
|
|
* [Quickstart](https://github.com/iron-io/functions#quickstart)
|
|
* [fnctl (CLI Tool)](/fnctl/README.md)
|
|
* [Writing functions](writing.md)
|
|
* [Writing Lambda functions](lambda/create.md)
|
|
* [Function file (func.yaml)](function-file.md)
|
|
* [Packaging functions](packaging.md)
|
|
* [Open Function Format](function-format.md)
|
|
* [API Reference](https://app.swaggerhub.com/api/iron/functions/)
|
|
|
|
## For Operators
|
|
|
|
If you are operating IronFunctions, this section is for you.
|
|
|
|
* [Running in Production](operating/production.md)
|
|
* [Databases](databases/README.md)
|
|
* [Message Queues](mqs/README.md)
|
|
* [Logging](operating/logging.md)
|
|
* [Metrics](operating/metrics.md)
|
|
* [Triggers](operating/triggers.md)
|
|
* [Extending IronFunctions](operating/extending.md)
|
|
* [Docker Configuration](operating/docker.md)
|
|
* [Operating On Windows](operating/windows.md)
|
|
|