How to Create an AWS Lambda Function with CDK (in Javascript)

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 21

  • @BeABetterDev
    @BeABetterDev  2 года назад

    Looking to become an expert on AWS Lambda? Check out my new course: AWS Lambda - A Practical Guide
    www.udemy.com/course/aws-lambda-a-practical-guide/?referralCode=F6D1A50467E579C65372

    • @kdavidwhite8376
      @kdavidwhite8376 Год назад

      I'm getting an error when trying to purchase this course. It's telling me that "Unfortunately, we are currently not able to accept payments in your region. We apologize for the inconvenience."... any tricks to resolving this?

  • @BeABetterDev
    @BeABetterDev  3 года назад

    Interested in learning more about CDK or Lambda? Check out these videos!
    Lambda Playlist - ruclips.net/p/PL9nWRykSBSFjodfc8l8M8yN0ieP94QeEL
    CDK Playlist - ruclips.net/p/PL9nWRykSBSFhYIHZfX4xA1oAstNW5QleC

  • @MikeMoore-o1f
    @MikeMoore-o1f 8 месяцев назад

    Great video, thanks. New to CDK. If you need to make changes or continue to develop the lambda function, would you keep it here or move that development over to SAM or whatever flow you are using.

  • @Juan.Irizar
    @Juan.Irizar 3 года назад +1

    Very nice video, got recommended. Didn't even know cdk existed.

  • @PoojaSumann
    @PoojaSumann 3 года назад +1

    Was badly in need of this video. Thanks 😊

  • @oleksandroliinyk4146
    @oleksandroliinyk4146 3 года назад +1

    Thanks, the video is awesome! I'm going to watch the entire playlist!

    • @BeABetterDev
      @BeABetterDev  3 года назад

      Thanks so much Oleksandr! I hope you enjoy the playlist :D

  • @randalltaylor8405
    @randalltaylor8405 2 года назад +2

    If you are still monitoring this thread my cdk app will not synth. It appears to be an incompatibility of different cdk versions for the packages. the error is actually "throw new Error('construct does not have an associated node. All constructs must extend the "Construct" base class');" which upon investigation had cdk version incompatibility as the most probable cause.

  • @sammas533
    @sammas533 3 года назад +1

    Thx! I'm struggling to find some actual content for JS developers using the AWS CDK.

  • @pablogonzalezrobles4429
    @pablogonzalezrobles4429 3 года назад +1

    We gonna need part 2 for sure 😅

  • @עידובלייכר
    @עידובלייכר 3 года назад

    Beautiful! Very nice video!

  • @mohamad.elbohsaly
    @mohamad.elbohsaly 2 года назад

    Should we run cdk bootstrap after cdk synth?

  • @hangduong9608
    @hangduong9608 2 года назад

    Thank you, but I'm unable to find the documentation for AWS CDK javascript, I can see CDK with python, java, Go, .Net though ~~~

  • @vigneshwaran-oh9yw
    @vigneshwaran-oh9yw 3 года назад +1

    Nice video man... can you do a video about Video-on-demand using Lambda function + Elemental mediaconvertor?

  • @BobBloom
    @BobBloom 3 года назад +1

    So CDK creates CloudFormation templates. Instead of creating actual CloudFormation templates, we can use the CDK to do so using a programming language. aws.amazon.com/cdk/