Creating an Endpoint

If you created a workspace, you can now create an endpoint, which is where your functions will be deployed and accessible.

How to create an endpoint?

  • Go to Endpoints: Within your workspace or main menu navigate to the Endpoints tab and click on New Endpoint
  • Configure the Endpoint: Choose the workspace for the endpoint, select the server that will serve it, and pick a codebase (example). Specify the HTTP method (e.g., GET, POST, DELETE), and provide a name for the endpoint. The URL will be generated automatically, but you can modify it later if needed. Adding a description for the endpoint is optional.
  • FaasPlus new endpoint
  • Save the Endpoint: Once configured, click Create to add the endpoint within your workspace. you can now write javascript code and deploy the endpoint.