Tagged in

Python

Apache OpenWhisk
Apache OpenWhisk
Apache OpenWhisk is a serverless cloud platform that executes code in response to events
More information
Followers
1.4K
Elsewhere
More, on Medium

Large Applications on OpenWhisk

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/

Python Packages in OpenWhisk

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.


What packages are available to your OpenWhisk Python actions?

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…