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

Latest commit

 

History

History
26 lines (16 loc) · 505 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 505 Bytes

⚠️ 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