Trusted CGI
Created on 2020-11-05T18:44:33-06:00
- Serverless Function runtime.
- You add functions to the server with manifests that say what program to execute in the background.
- You can map particular headers or query parameters to environment variables.
- Lambda: a particular set of files and process to call to handle a request. Each one has its own git repository.
- Action: a way to call makefile targets in the lambda's repo
- Alias: provides a repurposable URL to send requests to a lambda.
- Queue: provides a stack to put jobs handled by lambdas. Queues are asynchronous; a response is not given to the caller.