Lambda usage
The lambda may be used inside the kubernetes cluster. It is available using host the same as lambda id and 8000 port.
The lambda may be used outside the kubernetes cluster using luna-lamda as proxy by lambda proxy requests.
Each lambda has its own api, whose description also available using get lambda documentation request.
Each lambda response will contain several headers, including:
Luna-Request-Id - it works in the same way as in any luna service (see luna-lambda OpenAPI specification for details)
Lambda-Version - contains current lambda version
There are several possibilities to get info about lambda during it works:
to get lambda info use get lambda
to get lambda status use get lambda status
to get lambda logs use get lambda logs
There is no possibility to stop/pause lambda, it is only possible to remove lambda using delete lambda request.