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

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

КОМЕНТАРІ • 24

  • @JesseOrloff
    @JesseOrloff Рік тому +1

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

  • @Confusedcapybara8772
    @Confusedcapybara8772 Рік тому

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

  • @NaelsonJr
    @NaelsonJr Рік тому

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

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

    Came for AWS Lambda Mockito answer-ed :)

  • @gudetabesso5927
    @gudetabesso5927 Рік тому

    Thank you Dan! Very useful tutorial!

  • @jorgemelendez1688
    @jorgemelendez1688 Рік тому

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

  • @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

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

    Great work Dan!

  • @AlexeySilichenko
    @AlexeySilichenko Рік тому

    Thank you! Very useful tutorial.

  • @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 )

  • @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

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

    How can we build REST APIs in serverless?

  • @mandarkulkarni7675
    @mandarkulkarni7675 Рік тому

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

  • @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

  • @BobFixOn
    @BobFixOn Рік тому

    Thanks for sharing!

  • @test-nature
    @test-nature Рік тому

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

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

    Thank you Dan 😀

  • @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

  • @djhelbert
    @djhelbert Рік тому

    Thanks Dan

  • @Confusedcapybara8772
    @Confusedcapybara8772 Рік тому

    Nice