Skip to content

Serverless support #18

@miguelgrinberg

Description

@miguelgrinberg

Generating code for serverless clients may require some minor changes in the generated code. For example, in Python, instead of:

from elasticsearch import Elasticsearch

if the serverless client is used we have to do

from elasticsearch_serverless import Elasticsearch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions