Skip to content

softozor/faas-client

Repository files navigation

faas-client

A simple wrapper around faas-cli.

Usage

faas_port = 8080
faas_client_factory = FaasClientFactory(faas_port)
username = "the-username"
password = "the-password"
hostname = "the-hostname"
faas_client = faas_client_factory.create(hostname, username, password)
faas_client.login()
faas_client.build("faas.yml", "my-function")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published