mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
27 lines
819 B
Markdown
27 lines
819 B
Markdown
# IronFunctions Documentation
|
|
|
|
## 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)
|
|
* [CLI tool - fnctl](../fnctl/README.md)
|
|
* [Writing functions](writing.md)
|
|
* [Writing Lambda functions](docs/lambda/create.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](production.md)
|
|
* [Databases](databases/README.md)
|
|
* [Message Queues](mqs/README.md)
|
|
* [Logging](logging.md)
|
|
* [Metrics](metrics.md)
|
|
* [Triggers](triggers.md)
|
|
* [Extending IronFunctions](extending.md)
|
|
* [Docker Configuration](docker.md)
|