Creating a Workspace

Before you can write and deploy functions, you need a workspace. Each workspace serves as a container for your endpoints, keeping your functions organized and accessible.

Also you can have static variables in a workspace so that you can use them in your code.

How to create a workspace?

  • Navigate to Workspaces: Go to the Workspaces section in your dashboard and click on New Workspace
  • Enter Workspace Details: Select a team to manage the workspace, provide a name, and an URL will be generated automatically. You can modify this URL later if needed.
  • https://admin.faasplus.com/workspaces/create
    FaasPlus new workspace
  • Save the Workspace: Click Create to save the workspace. Now, you have a space where your endpoints and functions will reside.