How to install npm modules in AWS Lambda?

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

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

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

    ⚡️ NEW VIDEO: How to use versioning and aliases to deploy lambda functions? (/w API Gateway) th-cam.com/video/OGMaE63YgEU/w-d-xo.html

  • @FaVeritas
    @FaVeritas 4 ปีที่แล้ว +8

    Thank you for making this video. Spent half my day trying to find a tutorial of how to do this!

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

    BRO, you R A Rockstar!! Great presentation. Thqk you

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

    Thank you so much for this video. It's really time saver for a beginner. Love from BHARAT (India). Keep doing great work. Happy Coding !!

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

    Thank you. Thank you. I have gotten stuck at this for awhile now. Thank you!

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

    Man!! Great content, clear and fast!!! Thanks a lot.

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

    Well explained, take a look at layer to upload your nodes modules. It will make your life easier.

  • @zachholub9210
    @zachholub9210 3 ปีที่แล้ว +3

    This was a super well done and useful video. thanks so much for making it!

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

    Great video, well explained for a beginner..

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

    Awesome!! Thank you so much ;-)
    Much needed one.

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

    I owe you my life. thank you

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

    Great explanation, thanks a lot G

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

    Thanks man it was helpful

  • @Diarybyvini
    @Diarybyvini 3 ปีที่แล้ว

    Thanks a lot for the informative and to the point video, it was very helpful :)

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

    Great video!! Just subscribed to the channel

  • @alexsoul247
    @alexsoul247 2 ปีที่แล้ว

    so, I lost you at 3:33 unfortunately. Your terminal shows "lambda-npm" - is this just a folder you are in? Sorry, I am super new to all that stuff, but it is soo interesting. Please help me to get past it...

    • @BiteSizeAcademy
      @BiteSizeAcademy  2 ปีที่แล้ว

      Yeah, 'lambda-npm' is an empty folder which we're in, at that point

  • @thinq5339
    @thinq5339 2 ปีที่แล้ว

    How to run the terminal for lambda in windows I'm totally unaware. I don't know how to run that

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

    Hello, I have a test project made in pactumJS and I need these tests to run in a lambda, but every time I try to run the command 'npm run test' I get an error during the execution of the lambda in aws. Would you help me?

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

    nice vid man

  • @Hackenbaker
    @Hackenbaker 2 ปีที่แล้ว

    Thanks, great content.

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

    can I just download the package from github as a zip? and then uplaod that to lambda

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

      The zip file that you upload to lambda has to contain a lambda handler function.
      You'll need to extract the zip of the package that you downloaded, require this package from your handler and then create a new archive that contains both the handler and the package, and then upload this new archive.

  • @rebdawi2002
    @rebdawi2002 3 ปีที่แล้ว

    You are so cool brother!

  • @matictv5418
    @matictv5418 4 ปีที่แล้ว

    thanks for very informative tutorial

  • @0oOggGyyY
    @0oOggGyyY 4 ปีที่แล้ว

    Great video, thank you very much!

  • @shanmugam9520
    @shanmugam9520 2 ปีที่แล้ว

    Good share. Is lambda suitable for serving express, Node backend files in a mern stack application? If the website is expected to have thousands of hits to these small functions from react frontend hosted from s3. Thanks

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

    Production build?

  • @maalejful
    @maalejful 2 ปีที่แล้ว

    Thanks, how what about ES module and the usage of import

    • @BiteSizeAcademy
      @BiteSizeAcademy  2 ปีที่แล้ว

      Check out this video th-cam.com/video/FmnFqjBk0to/w-d-xo.html

  • @danielsquitt151589
    @danielsquitt151589 4 ปีที่แล้ว

    Hi, very nice and well explained channel. I’ve got an issue. I’ve tried to search on the web but I didn’t find any solution. The terminal doesn’t recognize the zip command. Could you help me?

  • @trevva23
    @trevva23 3 ปีที่แล้ว

    Thank you so much!

  • @nghebao21
    @nghebao21 2 ปีที่แล้ว

    Good post

  • @adamzerner5208
    @adamzerner5208 3 ปีที่แล้ว

    Is there a reason to upload package.json and package-lock.json to the lambda rather than just uploading node_modules?

    • @BiteSizeAcademy
      @BiteSizeAcademy  2 ปีที่แล้ว

      Not really, you can remove it. Ideally, you can also create a bundle instead of uploading all of node_modules: th-cam.com/video/FmnFqjBk0to/w-d-xo.html

  • @IWantSoundKnowledge
    @IWantSoundKnowledge 2 ปีที่แล้ว

    Thanks much!

  • @alien-web
    @alien-web 10 หลายเดือนก่อน

    Really I love it dud

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

    Thankkkkkkkkkkkkkkkkkkyou soooo muchhhhhhhhhhh!

  • @mujtababasheer9773
    @mujtababasheer9773 4 ปีที่แล้ว

    very helpful. Thanks

  • @ivanfranciscoj
    @ivanfranciscoj 4 ปีที่แล้ว

    Really really, thank you

  • @codigosimple1989
    @codigosimple1989 3 ปีที่แล้ว

    Do You have any paid course on spring or React? I would gladly pay, your content is really cool 😄

  • @ET5620-q4s
    @ET5620-q4s 9 หลายเดือนก่อน

    how to find lambda-npm file location

  • @imusamakhalid
    @imusamakhalid 4 ปีที่แล้ว

    What if node_modules is very large?

    • @BiteSizeAcademy
      @BiteSizeAcademy  4 ปีที่แล้ว

      You can bundle your function using a bundler such as webpack or parcel, this way the bundle will contain only the code that is actually needed. This video shows how to create a bundle and deploy it: th-cam.com/video/j0Y5gxOB8rM/w-d-xo.html (it uses typescript but will work exactly the same for js as well)

    • @imusamakhalid
      @imusamakhalid 4 ปีที่แล้ว

      @@BiteSizeAcademy Thank you

  • @Zia-w5p
    @Zia-w5p ปีที่แล้ว

    Thank you

  • @AndrewRusinas
    @AndrewRusinas 3 ปีที่แล้ว

    What about layers?

    • @BiteSizeAcademy
      @BiteSizeAcademy  3 ปีที่แล้ว

      I made a video about layers: th-cam.com/video/i12H4cUFudU/w-d-xo.html (if that's what you meant)