wrench::Function

class Function

A class that implements the notion of a function that can be invoked at a serverless compute service.

Public Functions

std::shared_ptr<FileLocation> getImage() const

Gets the image associated to the function.

Returns:

An image’s file location

std::string getName() const

Gets the name of the function.

Returns:

The name of the function.