# Function Service This is the Function service Generated with ``` micro new function ``` ## Usage Generate the proto code ``` make proto ``` Run the service ``` micro run . ```