Use our open-source CLI tool to help you generate boilerplate and infrastructure code based on best industry practices, and quickly deploy services without complex configuration.
openapi: "3.0.0"
...
paths:
/handler:
get:
summary: Sample Handler
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HandlerResponse'
components:
schemas:
HandlerResponse:
type: object
properties:
value:
type: string
required:
- value
We use OpenAPI to connect services and frontends. With it requests to API look and feel like local function call, but under surface Mify generates a powerful client with clear logging and metrics.
Besides boilerplate code, Mify can generate Terraform configuration to kickstart your self-hosted cloud and set up continuous integration. With Mify CLI you'll have full ownership of your infra, but without complex configuration.
And with our Cloud you can deploy services without writing any configuration at all, everything that you need, including logs, metrics, service mesh and configuration is provided.
Mify provides a growing set of components which support your service. You can easily set up authentication, structured logging, metrics and service configuration.
© Copyright 2023 Mify