You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/15 10:58:27 UTC

[GitHub] [incubator-openwhisk] jthomas commented on issue #4349: override action entry point on web action invoke

jthomas commented on issue #4349: override action entry point on web action invoke
URL: https://github.com/apache/incubator-openwhisk/issues/4349#issuecomment-473243676
 
 
   This is an interesting idea. Lambda has a nice feature of being able to create functions from an S3 file containing the source zip, which means you don't have to upload the same code for each different function. Not having something can make deployments unnecessarily long on OpenWhisk when you have a large app with dozens of functions and large action packages.
   
   If this was available - I wonder if there's a way to define an "action clone" which is like a sym-link to another action with a different "main" parameter (defined at create time)? It would allow us to upload the action package once and then create sym-links for all the other actions. This would dramatically speed up deployments and reduce the amount of code needed to store in the backend.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services