Create A Lambda With AWS CDK In Typescript

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 13

  • @forscale_banana
    @forscale_banana 2 роки тому

    Nice presentation sir.

  • @chintakindiabhinav
    @chintakindiabhinav 2 роки тому +1

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

  • @brookspoltl2433
    @brookspoltl2433 3 роки тому

    27 high severity vulnerabilities 😬

    • @JonathanMooDE
      @JonathanMooDE  11 місяців тому

      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  11 місяців тому

      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 11 місяців тому

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