🚀 Feature: Change deployed function code directly in appwrite console #1445
Labels
enhancement
New feature or request
product / functions
Fixes and upgrades for the Appwrite Functions
🔖 Feature description
It would be nice to have the ability to create/change and deploy appwrite function directly in the appwrite console.
A simple code editor for that would be okay as a first version.
🎤 Pitch
Testing and updating cloud (appwrite) function via console itself is a faster way of debugging and testing new changes that we need to implement.
Here's an example of steps we need to do right now
In case of using Typescript there's a build step before deployment.
But, if we would be able to edit and deploy function directly in the console, local development steps would not be necessary and we would be debugging and testing (potentially fixing bugs) a lot faster.
Inspiration for this comes from AWS Console Lambda service where they have that feature.
Some examples bellow for those who are not familiar with it.
https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/create-python-aws-lambda-function-hello-world-tutorial-serverless-how-to-example
https://www.youtube.com/watch?v=zoMtiYifsik&t=180s
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: