Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

morty-faas/registry

Repository files navigation

⚠️ The upkeep of this project has ceased and it has been relocated to morty-faas/morty. ⚠️

Morty Function Registry

This repository contains the source code of the Morty function registry.

Development

Requirements

  • Go 1.19

Run the following command one time to have dependencies ready :

docker compose up -d

export AWS_ACCESS_KEY_ID=mortymorty
export AWS_SECRET_ACCESS_KEY=mortymorty

Run the project :

make start