Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions content/pages/05-deployment/38-serverless.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ and not all of them have Python support.
[Python 2.7](/blog/aws-lambda-python-2-7.html) and
[Python 3.6/3.7](/blog/aws-lambda-python-3-6.html).

* Azure Functions has second-class citizen support for Python. It's
supposed to be possible but
[kind of hacky at the moment](https://github.com/Azure/azure-webjobs-sdk-script/issues/335).
Polyglot support should be quickly coming to Azure to better
compete with AWS Lambda.
* Azure Functions has stepped up its support for Python. It has support
for [Python 3.6 and 3.7](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-python#python-version).

* IBM Bluemix OpenWhisk is based on the
[Apache OpenWhisk](https://github.com/openwhisk/openwhisk)
Expand Down