Just want to be sure that not all of examples in j...
# python
c
Just want to be sure that not all of examples in javascript are available in python? I can find quite a lot of examples in javascript, but not in python. Is there any easy way to find same examples in python?
c
There are many examples in python located here. They are in the form of aws-py…, azure-py.., azure-nextgen-py.., gcp-py…, and kubernetes-py..
b
there isn't a 1:1 mapping of the examples, but with a litte help you should be able to convert the js example to python, please ping me if you're stuck!
c
b
Ahh sorry @chilly-receptionist-94436 - it looks like you're looking at the serverless object callback runtimes, you're right - those aren't available for python yet 😞
I can help you port the resources between languages
c
That is correct and it will be really appreciated!
@billowy-army-68599 just curious about any time line you can estimate?
or is there any doc for them I can reference?
b
for what in particular? the object callback functionality?
c
especially how to register the lambda/step functions for the events of S3 bucket. like the one in javascript
Copy code
tpsReports.onObjectCreated("zipTpsReports", (e) => {
b
it's going to be quite a while I'm afraid, it's not in our short term roadmap
c
That sounds not good. Ok, thanks!