Files
fn-serverless/examples
Reed Allman e8931d28c8 remove unused extensions cruft (#1481)
* changes v1 to v2 for adding an endpoint
* removed the handler funcs for adding handlers onto eg /apps/:app_id/x, we
don't have them for funcs or triggers, and they honestly seem useless as it's
easy to build it with the ability to add a handler and to access the fnext
datastore which we offer, as they were they are really expensive since they
yank the app out of the db even if the operation may not even need it in that
handler. so instead of adding for the rest, remove all of these. none of our
example extensions, which aren't working at the moment, use these either
(that's why I'm here anyway).
* removes dead code helpers and references to app name url param which is no
longer a thing. these were just hanging around bugging me when I ran into
them, so killing them..
2019-06-04 10:38:46 +03:00
..
2018-02-13 11:27:55 -08:00

Example Functions

This directory has a collection of example functions you can look at to learn more about how to write them or just copy one and build on it to get started faster.

Learn More