Where to deploy those Spring Boot Personal Projects

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ส.ค. 2024

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

  • @user-cz6in3ko2x
    @user-cz6in3ko2x ปีที่แล้ว +3

    Thanks Dan, Love these spring to production series. I always found serverless implementation difficult, thanks for the tutorial. I also found render a good and easy alternative to host for free.

  • @prathmeshchaudhari9846
    @prathmeshchaudhari9846 ปีที่แล้ว +9

    Can you also make one tutorial where the spring boot project is using a database and deploy it on lambda?

    • @lovely_948
      @lovely_948 3 หลายเดือนก่อน

      bro you have deploy springboot using db on lambda can you help me also

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

    Awesome!!! Idea for next post, ... connect up spring security (OAuth/OIDC) with this and was Cognito, ... that would be full circle

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

    thank you man, i don't so much people doing video like this about spring boot, i have a pet project and i wanna deploy it for get a job, this is very useful for me

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

    Thanks, Dan! Really interesting. I was surprised to see JUnit 4 in the beverages dependencies.

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

    Great video as always Dan! Thanks for enriching the Spring community.

  • @sivasrinivasamara
    @sivasrinivasamara ปีที่แล้ว +7

    Thanks for the tutorial, Dan. It's very helpful and exactly what I am looking for in my POC at work. How can we use GraalVM in this use case to improve the Lambda cold start problem?

  • @kappaj01
    @kappaj01 7 หลายเดือนก่อน

    One sneaky little trick is to use the class static constructor to store some cached information for you. That will still be available when the lambda goes cold, and a new version is deployed. Not sure how that works together with the fast start, but used to work some time ago when I build pure Java only.

  • @svalyavasvalyava9867
    @svalyavasvalyava9867 11 หลายเดือนก่อน

    Infinitely helpful tutorial, thank you ☺️

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

    First to comment 🎉... I love it. Thanks Dan. Very helpful

  • @taonamadzudzo9627
    @taonamadzudzo9627 10 หลายเดือนก่อน

    Thanks. This is a great tutorial

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

    You are using the wrong data structure. Please use a Map

  • @mayureshratnaparkhi9112
    @mayureshratnaparkhi9112 8 หลายเดือนก่อน +2

    It is really great and helpful information, we understood spring with lambda with java 17
    It is my humble request you, can you please create the spring security with AWS (cognito)
    with method level security, where as per the role user will have module wise (reade,write,delete) permission
    Example :- Role is Sales-Manger and (reade,write,delete, get) permision for (Sale dept) but for (HR dept) will have only (GET) access.

    • @DanVega
      @DanVega  8 หลายเดือนก่อน

      I will ad it to the backlog but I don't have a ton of experience with that so it might take some time.

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

    Hello Mr Dan Vega, I appreciate your videos and tutorials.
    But could you create video about AWS, about how to run smth, how to delete services, how to integrate with docker, who and how uses senior engineers.
    I'm just asking, if you can. It's not obligation.

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

    Can you do example with DB?

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

    Wow, TH-cam already know what I need

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

    Great content as always. I'm using Vercel for most of my projects but they don't support Spring Boot nor plan to. So this is super useful. However I've never liked the idea of giving AWS my credit card number in order to start using their services. What if they decide to start charging me for stuff?? They should offer a free tier like Google. Anyway, thank you very much. 😃😃😃

    • @soufianeodf9125
      @soufianeodf9125 5 หลายเดือนก่อน

      they do offer free tier also in aws, and you can set up some limit as he explained in the video

  • @sreekanthkumar1485
    @sreekanthkumar1485 5 หลายเดือนก่อน

    When first time we hit the api, it take some time, since it should start the app right.
    How to manage that part

  • @Greazer
    @Greazer 6 หลายเดือนก่อน

    Hey, So to confirm this is Not a Knative Serving app that can be deployed with "kn service create" right ??

  • @mayikx
    @mayikx 8 หลายเดือนก่อน

    Amazing beautifull

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

    It's a lot but useful 😁

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

    Hi Dan,
    Could please create a video on how to navigate Spring documentation?
    I’m not a developer and find super hard to find my way around in the documentation.

  • @user-gd6yq4wy5n
    @user-gd6yq4wy5n 11 หลายเดือนก่อน

    Why is posts.isEmpty() necessary? init is only executed once, or what am I missing?

  • @WM-ec
    @WM-ec 9 หลายเดือนก่อน

    hi @Dan Vega sorry a dumb question...is possible have several http methods in only one lambda?

  • @harshsingh8175
    @harshsingh8175 11 หลายเดือนก่อน

    Thanks Dan, Please help me i want to configure api gateway to trigger two lamda spring boot apps, for microservice development, how can we achive that

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

    What about gradle?

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

    Thanks Dan! Very helpful. Question for you? Why would this be something to consider only for pet projects or small apps? Wouldn't this work for larger production code? With the example that you gave and snapstart, cold starts don't seem to be a problem and a lambda that is constantly warm due to utilization wouldn't even suffer from cold starts. What are your thoughts here?

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

    I wonder if using GraphQL would work in the same way without needing to define a proxy and graphQL resolver will wrap all endpoints in the request body, so only single endpoint can be deployed..

  • @user-zy6su4gg8l
    @user-zy6su4gg8l ปีที่แล้ว

    hey @Dan can please you make a video for the same setup for springboot kotlin application that is using gradle

  • @user-qp7bh5ru8r
    @user-qp7bh5ru8r ปีที่แล้ว

    Just curious about your intelij theme and font settings, share more details about it

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

    Thank you.

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

    Sweet!!!

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

    Hi Dan! How about Spring AOP? Can you teach us something?

  • @MohamedElsayed-tc5yg
    @MohamedElsayed-tc5yg 11 หลายเดือนก่อน

    Thanks

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

    Thanks Dan your most informative and easy ti understand. I HAVE QUESTION RELATED TO SEVERLET WHY WE USE THAT ? IF WE HAVE THE ANOTATION BASED CONFIGURATION. PLEASE HELP WITH THIS QUESTION.THANKS

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

    you can host it at render for free

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

      Have you tried render? Thanks

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

      @@maneshipocrates2264 the only problem is it's slow