Create A Lambda With AWS CDK In Typescript

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 13

  • @forscale_banana
    @forscale_banana 2 ปีที่แล้ว

    Nice presentation sir.

  • @chintakindiabhinav
    @chintakindiabhinav 3 ปีที่แล้ว +1

    Thanks Jonathan, Can you make video on AWS CDK typescript unit testing?

  • @brookspoltl2433
    @brookspoltl2433 3 ปีที่แล้ว

    27 high severity vulnerabilities 😬

    • @JonathanMooDE
      @JonathanMooDE  ปีที่แล้ว

      Apologies, I did fix them in the end.

  • @seanknowles9985
    @seanknowles9985 2 ปีที่แล้ว

    You say create a lambda in typescript yet you create it in Python lol.... misleading video title.

    • @bluesfan4204
      @bluesfan4204 2 ปีที่แล้ว +3

      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.

    • @seanknowles9985
      @seanknowles9985 2 ปีที่แล้ว +1

      @@bluesfan4204 not really, disagree.

    • @seanknowles9985
      @seanknowles9985 2 ปีที่แล้ว

      #winning son ;)

    • @JonathanMooDE
      @JonathanMooDE  ปีที่แล้ว

      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.

    • @seanknowles9985
      @seanknowles9985 ปีที่แล้ว

      I know but surely its better to keep infra and lambda code in the same language...@@JonathanMooDE