mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* functions: application updates no longer accept name in the body AppUpdate was initially conceived as an upsert endpoint for apps. It turns out that it created an inconsistency regarding updates: updates with names divergent with URL would not actually change application's name. This commit atempts to address the issue by returning an HTTP error when trying to update an application name. In swagger.yml, application names are already `readOnly:true`. Thus there is no change from expected behavior. Fixes #380 * functions: use specific error value for name change
IronFunctions Documentation
For Developers
If you are a developer using IronFunctions through the API, this section is for you.
- Quickstart
- fn (CLI Tool)
- Writing functions
- Writing Lambda functions
- Function file (func.yaml)
- Packaging functions
- Open Function Format
- API Reference
For Operators
If you are operating IronFunctions, this section is for you.