fx icon indicating copy to clipboard operation
fx copied to clipboard

A Function as a Service tool makes a function as a container-based service in seconds.

Results 91 fx issues
Sort by recently updated
recently updated
newest added

It should be a functionality of `fx-agent`

enhancement
good first issue

It would be nice if fx has a built-in monitor with a dashboard (grafana?)

enhancement

The only thing `fx` does is to make a single function to be an HTTP service, `fx` takes two steps to finish the process, * Wraps the function into a...

enhancement
RFC

sometime, the service may need to access host network.

enhancement

I am thinking to add `hooks` mechanism to `fx`, ## Hooks * BEFORE_BUILD: run right before image building process. * AFTER_BUILD: run right after image build * BEFORE_START: run right...

enhancement

* Code Refactor (language judge, packr) * Docs

enhancement

Hi there, I would like to have Traefik as the router which sits in front of the services. Traefik can automatically read docker labels to create a route to that...