FeatureFuel
4

Let's talk about Appwrite Functions (Gen 2)

Source: appwrite/appwrite#2985 · opened by @Meldiron
![GitHub Topics]( Appwrite Functions got a HUGE upgrade in version 0.13, introducing a new execution model that improves execution times from as high as 2 seconds, to as low as 1 millisecond. Our main goal of this version was to improve performance, and code quality. Now, let's focus on some cool features! Here are some of my ideas: • Allowing custom installation script, like npm install, to support custom installations. The main idea behind this is to support private repositories. Can anyone experienced confirm if this is a valid solution? • Allowing custom build script, like npm run build. This would come in handy for runtimes like NodeJS when using TypeScript. Such a project needs to run tsc before starting to properly build into JavaScript. This would also allow CI/CD-like experience when the build process would be able to download the latest translation files from 3rd party on each build. Can anyone see a problem with this feature? • Introduce…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests