Hacker News new | ask | show | jobs
by bottlepalm 966 days ago
You can use a v1 folder for your v1 functions. The server identifies functions by path and name of the action. Similar to a url. So like a url if you want a new one, you'd create actionNew, and if you move the location of the function it would break old versions without a redirect.
1 comments

Is this documented anywhere?