Trigger Spring Cloud Function on AWS Lambda using API Gateway | JavaTechie

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • This tutorial will guide you How trigger lambda function using API Gateway | Serverless Architecture
    #javatechie #AWS #Lambda #SpringBoot #APIGateway
    GitHub:
    github.com/Jav...
    Blogs:
    / javatechie
    Facebook:
    / 919464521471923
    guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
    Disclaimer/Policy:
    --------------------------------
    Note : All uploaded content in this channel is mine and its not copied from any community , you are free to use source code from above mentioned GitHub account

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

  • @srikanthdannarapu6678
    @srikanthdannarapu6678 4 года назад +5

    Thanks Basant for this wonderful aws videos, this is turning out to be the first complete AWS microservices series on youtube

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

    I am getting {"message":"Internal Server Error"} calling the function from this video. Test is working fine, but calling function from API Gateway not working.
    I went through the logs - nothing to see. Tried to increase the timeout - the same error. Read various posts, including the Kyle Galbraith blog.
    I am using AWS free tier account. Thanks

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

    Nice Video, one request can you please make some video series on explaining the concept of Spring Batch. It will be really helpful.

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

    Good video 👍

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

    Good video

  • @nilanjanghosh6653
    @nilanjanghosh6653 10 месяцев назад +1

    Thanks Basant for such wonderful Tutorial. let me know how can we avoid the FUNCTION_NAME update in case we hit the apigateway url

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

      We have option to edit from gateway otherwise create another function name without changing existing one

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

    You've saved my code!

  • @sudheerkumar-tp1mg
    @sudheerkumar-tp1mg 11 месяцев назад

    Actually I have existing spring boot with cotollers and need to integreated all paths in aws api gateway, ex: take 2 micro services api gateway configuration please suggest any video

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

    Hi! Fantastic video! Is there a video showing how to pass Rest API gateway PUT, or POST content to cloud function and handle these content with APIGatewayProxyRequestEvent?

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

      Yup it's already there please checkout my AWS playlist

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

      any solution you found?

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

    Hi. Thank you very much for all your videos.
    I am getting {"message":"Internal Server Error"} calling the function from this video. Test is working fine, but calling function from API Gateway not working.
    I went through the logs - nothing to see. Tried to increase the timeout - the same error. Read various posts, including the Kyle Galbraith blog.
    I am using AWS free tier account. Thanks

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

      Can you share your GitHub in javatechie4u@gmail.com

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

      ​@@Javatechieeven I also got same issue any solution you found

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

      I am also getting Internalserver error

    • @Javatechie
      @Javatechie  7 месяцев назад

      Does anyone able to resolve it ? Or still facing same issue

    • @mdsaddamkhan8400
      @mdsaddamkhan8400 3 месяца назад

      I am also getting the same error {
      "message": "Internal Server Error"
      }

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

    can you release a complete video on aws gateway, configurations, connection establishment etc

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

    Suppose I don't want to manually change environmental for order and findorderbyname method,so is there any way to execute at same time using API or any feature?

  • @kappaj01
    @kappaj01 4 года назад

    What is the startup time you have with the Lambda and this small demo app? We battled to get SpringBoot down to less that 23 seconds....causing some fancy footwork to get bigger Lambda's loaded when doing datasources, etc.

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

    Hi, now SpringBootRequestHandler is deprecated. I haven't found any alternative to do the function, do you know how to do this in spring-cloud-function 3.1.2 ?

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

      you can use function invocker

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

    Hi Friend, SpringBootRequestHandler is deprecated. Have you created new video with latest versions? Please share a link to a video or article. Thanks

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

      No Rupesh I didn't explore it

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

    You said we learn in the previous video. Where is that previous video? Can you paste the link here?

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

    hello sir, the spring boot application is taking approx 2 seconds to startup before the code is being executed (saw it in cloudwatch logs and using max memory), is there a way to avoid it?

  • @KINGOFGAMING-ir9js
    @KINGOFGAMING-ir9js 4 года назад +1

    Suppose the entire records are 5000000
    Are divided into 5 parts means 100000 records in each batch . I have to validate each record and send email whether he is eligible or not for the plan . What should i go for HIBERNATE or Spring JDBC

    • @Javatechie
      @Javatechie  4 года назад +1

      Better to go for jdbc with batch processing or else with hibernate use completableFuture

    • @KINGOFGAMING-ir9js
      @KINGOFGAMING-ir9js 4 года назад

      @@Javatechie bro can you do a video on batch processing with hube data. Every one will expect that.

  • @arghyamitra3281
    @arghyamitra3281 4 года назад

    Great content , but sir can you please make a video , where lambda is invoked for an event and it is load balanced (ALB) , eg : event "write log" is an event , so by using SQS and ALb , we will trigger our lamda for the perticular event we register in sqs

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

    Plss share previous tutorial link

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

    How can we make a POST API ??

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

    How to deploy Springboot rest api in aws lambda

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

      This is what rest api only with functional style of coding

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

      @@Javatechie like if we have a controller with an endpoint , how can we use that controller method and deploy that in lambda.

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

      @@sreekanthkumar1485 I have the same question, did you find an answer to that please ?

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

      Guys I did this video please checkout my AWS playlist

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

    Getting 502 while calling the rest api