Where to deploy those Spring Boot Personal Projects

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

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

  • @prathmeshchaudhari9846
    @prathmeshchaudhari9846 Год назад +11

    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

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

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

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

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

  • @mayureshratnaparkhi9112
    @mayureshratnaparkhi9112 9 месяцев назад +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  9 месяцев назад

      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.

  • @svalyavasvalyava9867
    @svalyavasvalyava9867 11 месяцев назад

    Infinitely helpful tutorial, thank you ☺️

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

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

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

  • @terrabys
    @terrabys Год назад +2

    Can you do example with DB?

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

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

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

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

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

    Wow, RUclips already know what I need

  • @user-zy6su4gg8l
    @user-zy6su4gg8l Год назад

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

  • @mayikx
    @mayikx 9 месяцев назад

    Amazing beautifull

  • @taonamadzudzo9627
    @taonamadzudzo9627 10 месяцев назад

    Thanks. This is a great tutorial

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

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

    It's a lot but useful 😁

  • @Greazer
    @Greazer 6 месяцев назад

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

  • @user-qp7bh5ru8r
    @user-qp7bh5ru8r Год назад

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

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

  • @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-gd6yq4wy5n
    @user-gd6yq4wy5n Год назад

    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?

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

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

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

    Thank you.

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

    Sweet!!!

  • @MohamedElsayed-tc5yg
    @MohamedElsayed-tc5yg Год назад

    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

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

    What about gradle?

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

    you can host it at render for free