Can Xcode facilitate non-AWS lambda function testing and deployment?

Since WWDC'20 it is easy to test and deploy lambda functions to AWS. But can Xcode similarly facilitate workflow for cloud providers other than Amazon? There are open source solutions, like https://openwhisk.apache.org, that also support Swift. If not directly, then with some format converting scripts used for deployment, can we adapt/extend lambda testing built into Xcode?

Can Xcode facilitate non-AWS lambda function testing and deployment?
 
 
Q