Welcome to faaslift!
Get started by creating a new endpoint with the command line tool.
Check out the instructions from the README.
Currently active endpoints
<% if (!locals.endpoints || locals.endpoints.length === 0) { %>
No endpoints active
<% } %>
<% (locals.endpoints || []).forEach(function (endpoint) { %>
-
<%= endpoint %>
<% }); %>
Styles partially borrowed from bettermotherfuckingwebsite.com.