Replies: 1 comment
-
You can easily write constructs in Typescript and then (Through JSII) interact with them in Python. I am not aware of any polylingual projects, but I'm sure it could be done with the right level of ingenuity. As for lambda functions: Lambda functions run on the runtime specified in their construct properties. You are not limited to using Javascript in your AWS Lambda functions if you have built your CDK application in Typescript, nor are you required to use Python for your functions if you have developed your CDK app in Python. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I need to create lambda using 2 different language in one project cdk.
I expect if I do something like cdk deploy.. all of my lambda will be deployed using it's environment
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions