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

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

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

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

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

  • @michaelmarsland6023
    @michaelmarsland6023 4 месяца назад +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

  • @almostanengineer
    @almostanengineer 3 месяца назад +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. 😊

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

    Thank you for saving my day!!!

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

    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?

  • @shenaalharshana6830
    @shenaalharshana6830 3 дня назад

    Thanks bro

  • @Wayne-c8z
    @Wayne-c8z 2 месяца назад

    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)

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

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

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

    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