Is it possible to reuse the same code in different edge functions? If so, how?
n
Needle
05/27/2022, 8:33 AM
Hello @Lior539!
This thread has been automatically created from your message in #843999948717555735 a few seconds ago.
We have already mentioned the @User so that they can see your message and help you as soon as possible!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates.
Want to change the title?
Use the ``/title`` command!
We have solved your problem?
Click the button below to archive it.
l
Lior539
05/27/2022, 8:34 AM
For example, let's say I wrote some custom code which parses an http response. I'd like to use this in 2 different edge functions
(this is just an example though, I dont actually have this code)