apache / openwhisk-runtime-python

Apache OpenWhisk Runtime Python supports Apache OpenWhisk functions written in Python
https://openwhisk.apache.org/
Apache License 2.0
51 stars 70 forks source link

normalize naming to remove actionLoop #107

Closed dgrove-oss closed 3 years ago

dgrove-oss commented 3 years ago

All of the python runtimes are now using the Go-based actionLoop runtime.

We should rename core/python3ActionLoop to core/python3Action and rename core/python3AiActionLoop to core/python3AiAction. There are rippling changes in documentation, etc. to get rid of actionLoop throughout this repo.