https://pulumi.com logo
a

acceptable-army-69872

12/19/2019, 3:51 PM
I'm using typescript, but I want to deploy a lambda written in python. It'd be rad to just use aws.cloudwatch.onSchedule, which i'm doing for some node code, but is there a way to do it with other languages?
w

white-balloon-205

12/19/2019, 3:55 PM
Yes - you can pass an
aws.lambda.Function
to
onSchedule
and you can create a Function pointing stars source code in any langauage (sipping up a folder).
a

acceptable-army-69872

12/19/2019, 3:57 PM
fantastic. That's how I read the API, but I wasn't totally sure (mixins are magic)