# Microservices FaaS

Microservices FaaS is a nodeJS service to run microservices inside GraphQL Editor Cloud. All microservices come with **MongoDB Serverless** included in the microservice, so that together with a microservice user also receives a database.

### Getting Started

Shared worker deployments should be used in dev environments or MVP projects. They are limited to **200 requests per minute**. However, you can deploy microservices in your own infrastructure:\
\- All Docker/Kubernetes-based clusters\
\- Azure Functions

#### Dev environment

The GraphQL Editor CLI provides a local environment for your microservices if they live in the microservice cloud, are local or live in the repository. You can to spin up the backend server with one simple command.

#### MVP & PoC projects

GraphQL Editor Microservices combined with our **No-code Resolvers** may be the best option available on the market for building GraphQL backend in the shortest amount of time.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.graphqleditor.com/graphql-editor/microservices-faas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
