-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
💭 Introduction
Appwrite Functions allow you to extend and customize your Appwrite server functionality by executing your custom code 🤩 You can learn more in our official Appwrite Functions docs.
The backbone of Appwrite Functions is Open Runtimes, a project built to enable serverless cloud computing. Open Runtimes support many different programming languages, but we all know there are never enough programming languages! 🔥
Your task is to implement support for Erlang in Open Runtimes. We have prepared detailed documentation on how to create a new function's runtime. Please read this document and ensure you understand it before working on this issue.
🎯 Requirements
- Experience with Erlang.
- Experience with Docker and Docker Compose.
✅ Task Summary
- Ask to be assigned to the issue.
- Wait to be assigned.
- Implement support for Erlang.
- Implement tests for Erlang.
- Submit a pull request in open-runtimes/open-runtimes.
If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!