sciabarracom commented on issue #157:
URL: https://github.com/apache/openserverless/issues/157#issuecomment-3194352049

   the "extend" should be a very easy script and it is not worth the complexity 
of setup a separate project - it is there only to avoid an infinite list of 
cases and standardize - and it is also very runtime spedific.
   
   
   To explain, the extend should be  as simple as:
   
   Python
   ```
   cp /tmp/requirements requirements.txt
   pip install -r requirements
   ```
   Node:
   ````
   cp /tmp/requirements package.json
   npm install 
   ```
   Java
   ```
   cp /tmp/requirements pom.xml
   mvn install
   ```
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to