OpenWhisk supports creating actions from archive files containing source files and project dependencies.
The maximum code size for the action is 48MB.
OpenWhisk system details, github.com/apache/blob/master/…
OpenWhisk’s Python runtime includes popular third-party libraries like requests, scrapy and simplejson. Developers don’t have to manually install packages to use those libraries.
The OpenWhisk build process now publishes to DockerHub the images of the containers that your actions will run in. Exploring these images is helpful in understanding the art of the possible within OpenWhisk. For instance…