Create Lambda Layers | Easily Add Python Dependencies to Lambda with AWS Layers

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

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

  • @yankunbigcat7925
    @yankunbigcat7925 Месяц назад +1

    Thank you! Few videos mentioned the importance of the folder path. You cannot simply put all dependencies in a zip. They need to follow the patterns in 4:31.

  • @osxpanther
    @osxpanther 4 месяца назад +1

    If i had only found this video 10 hours ago. This simple explanation helped a ton, thank you

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

    Amazing, tried to find an easy way to add the dependencies to my function and came to this, really clear and easy to follow tutorial, thanks a lot

  • @jtr549
    @jtr549 Месяц назад

    For anyone having trouble with packages like paramiko, use EC2 in AWS, basically you just create a free instance with Linux, then quick connect in AWS and you have a terminal, then you follow a similar process. Just use AI to find out what that is but it's pretty basic. This will hopefully save you a couple hours going in circles.

  • @amarkantsinha9400
    @amarkantsinha9400 2 месяца назад

    Thank you for saving my day!!!

  • @Wayne-c8z
    @Wayne-c8z 3 месяца назад +1

    If it dont work for someone even trying this
    for me to work, I used the exact folder structured showed in 3:20. putting the python3.x(python3.11 in my case)

  • @almostanengineer
    @almostanengineer 4 месяца назад +1

    I finally managed to get requests up and running because of this, the AWS docs aren’t clear, and other videos didn’t really explain it clearly. 😊

  • @matthewarrington6492
    @matthewarrington6492 4 месяца назад

    Very helpful video! Does anythhing need to be done to "shut down" the virtual environment or is simply deleting the directories and zip file enough when finished?

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

    There is a very very large difference between Python 3.1 (three point one) and Python 3.10 (Three point ten)

  • @shenaalharshana6830
    @shenaalharshana6830 Месяц назад

    Thanks bro

  • @jtr549
    @jtr549 Месяц назад

    doesn't work for non python dependencies.

  • @maciejrogala5928
    @maciejrogala5928 4 месяца назад

    In my case I got an error:
    "Unable to import module 'lambda_function': /opt/python/lib/python3.12/site-packages/bcrypt/_bcrypt.abi3.so: invalid ELF header",
    I tried to use bcrypt