I'm using typescript, but I want to deploy a lambd...
# typescript
a
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
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
fantastic. That's how I read the API, but I wasn't totally sure (mixins are magic)