Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rgee0/dymo

Simple domain name reversal OpenFaaS function running on the OpenFaaS Cloud Community Cluster.
https://github.com/rgee0/dymo

openfaas openfaas-cloud serverless

Last synced: about 1 month ago
JSON representation

Simple domain name reversal OpenFaaS function running on the OpenFaaS Cloud Community Cluster.

Awesome Lists containing this project

README

        

# Dymo

[![OpenFaaS](https://img.shields.io/badge/openfaas-cloud-blue.svg)](https://www.openfaas.com)

A simple domain name reversal function.

# Invoke the function

```sh
$ curl https://rgee0.o6s.io/dymo -d 'rgee0.o6s.io'
io.o6s.rgee0
```

The function will also accommodate http:// and https:// schemes:

```sh
$ curl https://rgee0.o6s.io/dymo -d 'https://rgee0.o6s.io'
io.o6s.rgee0
```

And strip tailing paths:

```sh
$ curl https://rgee0.o6s.io/dymo -d 'https://rgee0.o6s.io/dymo/makes/labels'
io.o6s.rgee0
```