Add community section where public functions can be viewed

This commit is contained in:
Peter Stockings
2025-11-21 10:30:14 +11:00
parent 8eb9b7dceb
commit 213abbfe93
10 changed files with 365 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ def create_http_function_view_model(http_function):
"user_id": http_function['user_id'],
"name": http_function['name'],
"path": http_function['path'],
"description": http_function['description'],
"runtime": http_function['runtime'],
"script_content": http_function['script_content'],
"invoked_count": http_function['invoked_count'],