When I use serverless, I don’t want to deeply integrate the SDK of cloud vendors, which will cause cloud vendors to lock in.
So on Java I can use abstraction layer like Spring Cloud Function to write code, adapt to different cloud vendor SDKs at the final deployment.
When using Python to write serverless code, is there a library like Spring Cloud Function?