AWS Lambda Java Tutorial: How to use the AWS Lambda Java Core Library

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

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

  • @JesseOrloff
    @JesseOrloff Год назад +1

    Thanks for including the unit test portion. That was helpful.

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

    Thanks for sharing this content! Helped me a bunch! Cheers from Brazil!

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

    Thank you Dan! Very useful tutorial!

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

    thank you Dan! This videos are amazing hope to see more of them!

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

    Great work Dan!

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

    enjoyed the tests again! I would like to see sam template to make deploying easier

  • @Anbu_Sampath
    @Anbu_Sampath 2 года назад +1

    Came for AWS Lambda Mockito answer-ed :)

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

    Thank you! Very useful tutorial.

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

    Thank you Dan 😀

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

    Thanks for sharing!

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

    Thanks Dan

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

    Do you have another video for extending the same example using the Aws API gateway and an async

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

    Hi Dan, thank you so much for your tutorials. It would be really nice to see some kind of full stack application like a springboot rest api (microservice) as a lambda function behind an api gateway to call it via rest calls like GET, POST, PUT, etc. What do you think about that proposal for potential next videos? Thanks again for all your efforts. Regards, Mario

  • @khasimvali8921
    @khasimvali8921 2 года назад +1

    How can we build REST APIs in serverless?

  • @eshwarkandari6396
    @eshwarkandari6396 Год назад +1

    You have printed a log statement in code. But it was not printing monitor tab of lambda console. Kindly demo the setup needed for printing logger statements

  • @bwest-dev6241
    @bwest-dev6241 Год назад

    #great tutorial. Just found it and loving it. Hope you continue it with some tips on your learnings in productionizing these.
    What am super interested in finding out is if one should
    - one project with many handled deployed as a fat jar
    - or one handler per project
    in python one would just have many lambda deployed that do specific things i.e. an endpoint per handler (deployed separately )

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

    That "msp" shortcut to import maven shade plugin xml snippet in pom.xml, is that automatically available in intellij ?

  • @4u_2_nv34
    @4u_2_nv34 8 месяцев назад +1

    Quite informative. Just one constructive feedback if I may; more time spent on Junits and not so much on the actual topic.

    • @DanVega
      @DanVega  8 месяцев назад

      Appreciate the feedback

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

    How we can do the same thing using spring boot

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

      That is exactly what we are working towards! You can use Spring Cloud Function.

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

      @@DanVega I am excited to see that in action

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

    Nice

  • @test-nature
    @test-nature Год назад

    Mockito JUnit code is more than actual code. That will helpful to write test cases