He is provisioning the Lambda with CDK TS lib. Intent of the video is to show how to provision AWS resources using CDK and TS, the language the lambda handler is written in is irrelevant.
I really didn't create the AWS Lambda in Typescript. I deployed AWS CDK in Typescript. The Lambda is separate because you can use different types of stacks within your deployment. In AWS CDK, you can configure the underlying infrastructure while maintaining application code within the same repo. That's one of the strengths of using CDK.
Nice presentation sir.
Thanks Jonathan, Can you make video on AWS CDK typescript unit testing?
Yes, soon.
@@JonathanMooDE thank you
27 high severity vulnerabilities 😬
Apologies, I did fix them in the end.
You say create a lambda in typescript yet you create it in Python lol.... misleading video title.
He is provisioning the Lambda with CDK TS lib. Intent of the video is to show how to provision AWS resources using CDK and TS, the language the lambda handler is written in is irrelevant.
@@bluesfan4204 not really, disagree.
#winning son ;)
I really didn't create the AWS Lambda in Typescript. I deployed AWS CDK in Typescript. The Lambda is separate because you can use different types of stacks within your deployment.
In AWS CDK, you can configure the underlying infrastructure while maintaining application code within the same repo. That's one of the strengths of using CDK.
I know but surely its better to keep infra and lambda code in the same language...@@JonathanMooDE