Need some documentation describing the differences between namespaces and app platform in the view of "Functions" service (implying the service not the literal word). I just started with serverless and It has become really confusing to develop DO's functions. I think the confusion arised because the CLI creates a namespace to deploy functions, whereas there should be a way to deploy to app platform without pushing every small thing to GitHub.
While this was okay but now when I'm in need of adding a BUILD ONLY env var, I can do it easily on the App Platform, but I can't seem to do it on Namespaces. It just strengthens my confusion between Namespace and App platform