AWS Lambda | Function URL | Environment Vars | Lambda Layers - Step by Step Tutorial (Part -17)

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 107

  • @Learn_IT_with_Azizul
    @Learn_IT_with_Azizul 11 місяців тому +3

    It’s one of the most important contents in demanding Nowadays! Thank you very much 🙏

    • @RahulWagh
      @RahulWagh  11 місяців тому

      Glad it was helpful!

  • @zahiyoussef2551
    @zahiyoussef2551 Місяць тому +3

    sir , may god thank you enough cause we can't , your videos are changing lifes thank you so much

    • @RahulWagh
      @RahulWagh  Місяць тому

      Glad to have you as a valuable member of my channel

  • @BharathiNatarajan-z9l
    @BharathiNatarajan-z9l 4 місяці тому +1

    Hi Sir Teaching is very Nice and easy to understand. smooth going without a doubt. keep on going Thank you very much for giving this videos

    • @RahulWagh
      @RahulWagh  3 місяці тому

      Thanks and welcome

  • @ShashiKumar-jc3gy
    @ShashiKumar-jc3gy 11 місяців тому

    Thanks Rahul for sharing such context. It really having very good concept.
    I generally watch most of your videos for my learning to devops😊.

    • @RahulWagh
      @RahulWagh  11 місяців тому

      Glad to hear that

  • @knandi73
    @knandi73 10 місяців тому +4

    The content of your videos and teaching style are very good.... One action can be taken by you to improve your videos by displaying yourself in the right most below corner so that it does not take much space of the screen and it will help us to follow your words and screen better. If you do not display yourself also is very fine as content of your slide and words are much important than seeing you. You already made so many videos, so we know you are very handsome!!! We need your videos super handsome! 🙂

    • @RahulWagh
      @RahulWagh  10 місяців тому +2

      Thanks for the feedback I really appreciate it

  • @kunalbhattacharya5823
    @kunalbhattacharya5823 7 місяців тому

    Very practical and easy to follow along video for AWS Lambda, thanks for this 🤗

    • @RahulWagh
      @RahulWagh  7 місяців тому

      Gr8 to hear that

  • @boblimits753
    @boblimits753 7 місяців тому

    Brilliantly designed material!! Made me hungry to learn more about Lambda now 🙂

    • @RahulWagh
      @RahulWagh  7 місяців тому

      Glad you liked it!

  • @DappuDon
    @DappuDon 11 місяців тому +1

    @ 10:15 you said we need to create a zip file. Let's say we have 20k lines of code. If AWS provides GUI can't we copy-paste it there? Cant we pip install modules there?

    • @RahulWagh
      @RahulWagh  11 місяців тому +2

      When you actually work in the industry you do not use gui for managing the aws infra. You need to use terraform, cloud formations for that and you need to rely on zip functionality to do that

  • @ramanamurtykarri1737
    @ramanamurtykarri1737 9 місяців тому

    Your explanation is awesome and your videos will create bet DevOps engineers and SAs.

  • @harishchavan8580
    @harishchavan8580 9 місяців тому

    Bro ur content r practical and highly appreciated

  • @prasadareddy-gs5xz
    @prasadareddy-gs5xz 9 місяців тому

    Great explanation and covering each topic Sir.. Thanks

  • @razwan9b
    @razwan9b 3 місяці тому

    Perfect video what I was looking for. Thank you

  • @rasheedkhan71
    @rasheedkhan71 Місяць тому

    awsome brother💗💗💗

    • @RahulWagh
      @RahulWagh  Місяць тому

      Thank you so much 😀

  • @aidataverse
    @aidataverse 7 місяців тому

    very much productive buddy ,like it.

    • @RahulWagh
      @RahulWagh  7 місяців тому

      Thanks for the visit

  • @vijaychowdary7461
    @vijaychowdary7461 11 місяців тому +1

    Hi rahul, I have watched your transit gateway video very nice explanation
    Can u also share how can we connect the transit gateway to onpremises servers where everyone lost control or how can we connect onpremises servers to aws vpcs
    Thanks

  • @SK_bE_HuMbLe
    @SK_bE_HuMbLe 3 місяці тому

    Thank you very much rahul for this video. It really helped me. Can you please more examples and scenario based series on AWS services. That will be really helpfull.

  • @ZubairKhan-he8os
    @ZubairKhan-he8os 8 місяців тому

    Thanks for the video Rahul ❤

  • @linuxrocket2563
    @linuxrocket2563 12 днів тому

    Hello Rahul what will be present inside _init_.py file ?

  • @RahulSharmaSingularity
    @RahulSharmaSingularity 9 місяців тому

    Excellent as always !

  • @sanapathiramesh2823
    @sanapathiramesh2823 3 місяці тому

    Thank you very much Rahul🌹

  • @amir19377
    @amir19377 Місяць тому

    Thanks a lot. As I have just found out, there is an easier way to get rid of the nested directories regarding Lambda layer. You can just create a python directory and zip it but we need to append the "/opt" directory by "sys.path.append('/opt')"

  • @krishna9787
    @krishna9787 Місяць тому +1

    Thank You. Excellent Video. Please Make Video On Triggers And Destionations with lambda.

  • @ishaqahmad-l9c
    @ishaqahmad-l9c 8 місяців тому

    Thank you so much for explaining every thing very clearly
    please do make a video on ECS as well

  • @zeelkhokhariya6264
    @zeelkhokhariya6264 10 місяців тому

    A question Rahul, still if I want to install some modules I just need to specify into requirement.txt of the lambda function or need to do it under the lambda layer?

    • @RahulWagh
      @RahulWagh  10 місяців тому

      it should be under the lambda layers for any dependency

  • @prankurjoshi9672
    @prankurjoshi9672 14 днів тому

    Very Well Explained....

  • @pramodhkumar8771
    @pramodhkumar8771 10 місяців тому

    Thanks for sharing such amazing content, keep doing bro.

  • @educationedu-f3w
    @educationedu-f3w 11 місяців тому

    hi,do u use pycharm to create the lambda handler in this video

    • @RahulWagh
      @RahulWagh  11 місяців тому

      Yes that’s true I use pycharm

  • @sivas4861
    @sivas4861 2 місяці тому

    Sir suppose for nodejs I have index.js so my lambda fu cation handler should be index.lamba_handler and If I use NET 8, entry point is program .cs but csproj file name is Sankar.csproj my lambda handler should be Sankar.lambda_handler or program.lambda_handler ?can you please confirm .

  • @2mahender
    @2mahender 8 місяців тому +1

    venv is not created when i run "pip3 install -r requirements.txt"

  • @nikkiheer4091
    @nikkiheer4091 8 місяців тому

    I have downloaded all packages from PIP (using python IDE) and i have windows OS and for request==2.26.0 downloaded not 2.26.8 as it was not showing then after i am trying to open IN -> Finder but Finder option not available only option coming Explorer and Terminal. Can you please suggest here.

  • @EurekhaK
    @EurekhaK 10 місяців тому +1

    Could you please tell me how to resolve internal servor error while testing API after deploying on aws_lambda ?

    • @RahulWagh
      @RahulWagh  10 місяців тому

      There could be many reasons please check the logs internal server errors are very common and it could be caused by missing lib, syntax error, db etc…

  • @chrisder1814
    @chrisder1814 5 місяців тому

    hello, can I use it with theg.sheet api connector module?

  • @prashlovessamosa
    @prashlovessamosa 11 місяців тому

    Awesome explanation sir.

  • @chrisder1814
    @chrisder1814 6 місяців тому

    hello Do you also use gpt with action?

  • @DameraPandu
    @DameraPandu 18 днів тому

    I am not able to find "File, Edit ...etc Test" option after creating Lambda function Please help me

  • @Neil-w2n
    @Neil-w2n 6 місяців тому

    Great job!

  • @simranbanwait
    @simranbanwait 11 місяців тому

    great content quality sir, keep it up

  • @DarshanPatel-jz6js
    @DarshanPatel-jz6js 9 місяців тому

    Hey i am getting an error while trying to hit the function URL.
    Error: Couldn't resolve the hostname to an IP address, Verify Url:

    • @RahulWagh
      @RahulWagh  8 місяців тому

      Check your lambda setup

  • @53_ritvijmishra76
    @53_ritvijmishra76 10 місяців тому

    Hey Rahul,
    Thank you for this amazing video. I am getting an issue while saving my outpur from lambda function.
    I have a lambda function, from which I am executing a jar file containing my java code. I want to store the output of the jar file to another file but i am not able to do that.
    In the shell script i tried this:
    Java -jar jar >> file.log
    But, the file comes out to be empty.
    Can you please guide me on how can i store the output?

  • @Giridhar_KS
    @Giridhar_KS 11 місяців тому

    @RahulWagh Hi Rahul, In the "Enabling the Function URL" part of the exercise, I am getting "The security token included in the request is invalid." error message. I am not able to find the reason and any pointer/help will be much appreciated.
    Its giving a "403 Forbidden" with the Error message "The request was a legal request, but the server is refusing to respond to it. Unlike a 401 Unauthorized response, authenticating will make no difference"
    Thank you.

    • @RahulWagh
      @RahulWagh  11 місяців тому

      You access key and secrets are not valid

  • @swapnildaf3013
    @swapnildaf3013 9 місяців тому

    video was very informative.

    • @RahulWagh
      @RahulWagh  9 місяців тому

      Glad it was helpful!

  • @chrisder1814
    @chrisder1814 6 місяців тому

    hello Do you create gpt customs?

  • @sahadevdahit
    @sahadevdahit 11 місяців тому

    ❤❤❤❤❤ keep it up

    • @RahulWagh
      @RahulWagh  11 місяців тому

      Cheers

    • @sahadevdahit
      @sahadevdahit 11 місяців тому

      @@RahulWagh I almost completed this series. Need more. Like docker and kunerneetes

  • @My_RocK_WorlD
    @My_RocK_WorlD 11 місяців тому

    I have a query sir before going to learn AWS lambda service we must be knowing the python???

    • @RahulWagh
      @RahulWagh  11 місяців тому +1

      Aws lambda can be written in python, Java , node js …. So yes you need to know at least one laguage in which you can implement your lambda

  • @AmiyaMohanty-f6r
    @AmiyaMohanty-f6r 10 місяців тому

    Sir please share the next tutorial of lambda, API, which you have mentioned on your lecture. This was amazing.

    • @RahulWagh
      @RahulWagh  10 місяців тому +1

      Surely I will add it to my list

  • @Giridhar_KS
    @Giridhar_KS 11 місяців тому

    @RahulWagh Hi Rahul What IDE are you using for the python code ? and Can we use an IDE available online for this exercise/content ? I am using a Windows 11 Machine.

    • @RahulWagh
      @RahulWagh  11 місяців тому

      you can use any available ide in the market visual studio, sublime, notepad++. I am using pycharm from intellij

  • @SunilShikalawadi
    @SunilShikalawadi 7 місяців тому

    i need real time AWS project did you upload the video on this sir

  • @pramodhkumar-l8m
    @pramodhkumar-l8m 10 місяців тому

    I think you have knowledge on DBT (data build tool), if it's possible please make videos on that.

  • @ragupathia2316
    @ragupathia2316 9 місяців тому

    Excellent

    • @RahulWagh
      @RahulWagh  9 місяців тому

      Thank you! Cheers!

  • @djslimcodes2337
    @djslimcodes2337 2 місяці тому

    13:50 you don't need to include the entire virtual environment (venv) in the zip file

  • @vangasuryateja6327
    @vangasuryateja6327 11 місяців тому

    Great Content sir could u make vedio on ECS cluster

    • @RahulWagh
      @RahulWagh  11 місяців тому

      There will similar sessions in upcoming weeks where we will cover a lot more topics

  • @AmiyaMohanty-f6r
    @AmiyaMohanty-f6r 10 місяців тому +1

    Sir please share the repo URL, SO that we can get the code & practice

    • @RahulWagh
      @RahulWagh  10 місяців тому

      Here you go - github.com/rahulwagh/Terraform-Topics/tree/master/aws-lambda

  • @Shraysidubey
    @Shraysidubey 7 місяців тому

    You explained really well, but switching screen again and again is quite disturbing. Please keep one screen while explaining just a suggestion.

    • @RahulWagh
      @RahulWagh  7 місяців тому +1

      Thanks for the feedback

  • @shrikantdesai6973
    @shrikantdesai6973 11 місяців тому

    Please make video on AWS WAF and how to define rule in it?
    and please explain what is BOT attack, Ddos attack, Sql injecting and Cross scripting
    and how to protect Web server from these attacks with help of AWS WAF?
    Above question asked many times in interview

    • @RahulWagh
      @RahulWagh  11 місяців тому

      Aws waf video is already there on channel please check the aws playlist

    • @shrikantdesai6973
      @shrikantdesai6973 11 місяців тому

      @@RahulWagh Thanks for reply I watched that video but please explain what is BOT attack, Ddos attack, Sql injecting and Cross scripting
      and how to protect Web server from these attacks with help of AWS WAF?

    • @RahulWagh
      @RahulWagh  11 місяців тому

      That would be a very long session and unfortunately i have not prepared anything yet on that topic

  • @shubhammahure3530
    @shubhammahure3530 8 місяців тому

    The reporting service (git repository) will have to trigger the backup lambda in case of successful execution of storing the data in .
    Trigger the restore lambda in case of unsuccessful execution.
    Acceptance Criteria
    Restore UDM from backup in case of failure
    Backup UDM after successful execution of reporting service batch execution
    can you provide me microservice code implementation.

  • @AkhrieKera
    @AkhrieKera 11 місяців тому

    Sir kindly make video on MERN app deploy on lambda

  • @VivekKumar-zd6vq
    @VivekKumar-zd6vq 7 місяців тому +2

    You have missed all the initial steps while creating the python modules for lambda layer. Beginners will go mad.

  • @srinivasaraju8399
    @srinivasaraju8399 4 місяці тому

    Make an video spring boot MySQL application with lambda functions

    • @RahulWagh
      @RahulWagh  4 місяці тому

      Sure I will add it to my list

  • @shubhammahure3530
    @shubhammahure3530 9 місяців тому

    Fix the issue of job failure when all the market zip files are placed in cft folder(s3 bucket)
    Some of the jobs will fail due to concurrency issue Exceeded maximum concurrent capacity for your account:500.
    How i add Queue for this jobs and delay so that it cannot exceed 500 DPUs.How check how many files are running.

  • @RAMUKAKARLA-x1r
    @RAMUKAKARLA-x1r 4 місяці тому

    please upload window server creation

    • @RahulWagh
      @RahulWagh  4 місяці тому

      It is already there -ua-cam.com/video/JOsJsZ9wiRQ/v-deo.html

  • @j.arunakumariaruna5703
    @j.arunakumariaruna5703 9 місяців тому +1

    Sir can u please explain in thelugu