repositorypackage
1.1.0
Repository: https://github.com/morty-faas/registry.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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