Learn to set up and use Fission, an open-source serverless framework that lets you write functions and execute them on-demand to make sure you only use the resources you need.
Table of content:
- Introduction
- What is fission
- Uses
- Installation and Setup:
- Prerequisites
- Installing
- Conceptual Introduction
- Functions
- Environments
- Triggers
- Other Concepts
- Archives
- Packages
- Specifications
- How Fission runs your Functions
- How to use Fission
- Set up an environment
- Create a function
- invoke a function
- View function logs
- Monitor the function
- Maintaining infrastructure as code
- Function composition
- Sample application: REST API backend for a bank
- References