AWS Lambda function - Beginner to Advanced

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

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

  • @DevOps-AWS55
    @DevOps-AWS55 9 месяцев назад +5

    Nice Intro to Lambda

  • @JohnsonPatrick-vg4nz
    @JohnsonPatrick-vg4nz Год назад +5

    great introduction. Keep it up. Waiting for demo videos

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

    Deep explanation...thanks 😊

  • @aravindviswanathan6884
    @aravindviswanathan6884 11 месяцев назад +2

    Great work sir thanks

  • @elClubdelas7Cifras
    @elClubdelas7Cifras 10 месяцев назад +2

    completed 100%

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

    Please create video on how to create lambda and invoke from Nodejs.

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

      Thanks mate. Sure stay on touch.
      FYI: Usually the Lambda functions are called via API Gateway if you want to call from application like NodeJs

  • @mukilraj8517
    @mukilraj8517 10 месяцев назад +2

    great

  • @Tejas_Khode
    @Tejas_Khode 10 месяцев назад +2

    Hello I want to create lambda function using go lang. In that case which runtime I have to select? Go 1.x is not present in latest version of AWS console.

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

      Hey mate,
      For GO, you need to select the runtime as "Amazon Linux 2023". The GO is different implementation to other languages.
      This is from AWS:
      Go is implemented differently than other managed runtimes. Because Go compiles natively to an executable binary, it doesn't require a dedicated language runtime. Use an OS-only runtime (the provided runtime family) to deploy Go functions to Lambda.
      The Go 1.x managed runtime for Lambda is deprecated.
      Please follow this link. This give more info about creating a lambda function with GO.
      docs.aws.amazon.com/lambda/latest/dg/lambda-golang.html

    • @Tejas_Khode
      @Tejas_Khode 10 месяцев назад +2

      @@lovetocode4486 Thanks for the info! Can you pls make a video to create basic lambda function using Golang? Also how to integrate these two? Would really appreciate your help. Thanks!!

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

      Sure, I will try to do something with GO

  • @shrad6611
    @shrad6611 5 месяцев назад +1

    Please create a project using Nodejs Express Api Gateway and Lambda function with dynamo db, and aws cognito for authentication, and then deploy it using aws code pipeline. Not a single person on youtube is doing a whole project like this, so it will be really helpful to warch fhize

    • @lovetocode4486
      @lovetocode4486  5 месяцев назад +1

      Thanks for the comment mate. I will give a shot on your feedback. There are few full projects are in the pipeline.

    • @shrad6611
      @shrad6611 5 месяцев назад +1

      @@lovetocode4486 loved to hear that, Btw great video

  • @NeerajKumar-gk9kz
    @NeerajKumar-gk9kz 7 месяцев назад +1

    I dont konw how learn after dsa can i learn it

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

      Sorry. I didn’t get what you’re asking

    • @NeerajKumar-gk9kz
      @NeerajKumar-gk9kz 7 месяцев назад

      @@lovetocode4486 I mean when learn this topic I have knowledge of basic data structure algorithm only

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

    Hii