https://pulumi.com logo
Title
c

chilly-receptionist-94436

01/26/2021, 8:38 PM
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

cool-fireman-90027

01/26/2021, 8:41 PM
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

billowy-army-68599

01/26/2021, 8:41 PM
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

chilly-receptionist-94436

01/26/2021, 8:44 PM
b

billowy-army-68599

01/26/2021, 9:10 PM
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

chilly-receptionist-94436

01/26/2021, 9:40 PM
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

billowy-army-68599

01/26/2021, 9:53 PM
for what in particular? the object callback functionality?
c

chilly-receptionist-94436

01/26/2021, 9:55 PM
especially how to register the lambda/step functions for the events of S3 bucket. like the one in javascript
tpsReports.onObjectCreated("zipTpsReports", (e) => {
b

billowy-army-68599

01/26/2021, 9:57 PM
it's going to be quite a while I'm afraid, it's not in our short term roadmap
c

chilly-receptionist-94436

01/27/2021, 12:36 AM
That sounds not good. Ok, thanks!