How to Package Python Libraries for Lambda Functions | Create Lambda Function from ZIP file

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

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

  • @KrishnaShanthi
    @KrishnaShanthi 25 дней назад +1

    Very helpful..Thank you! Solved my problem.

    • @amonkincloud
      @amonkincloud  24 дня назад

      Glad that it helped you!
      Keep supporting 🙏

  • @ArjunSharma-k8k
    @ArjunSharma-k8k 6 дней назад +1

    what if my zip size is if 102mb. i have tried all the way possible when to make my requirement.txt minimal with less no. of dependenies then i will get an error about the another dependencies ki module not found what should i do.

  • @nagamalleswararaop3974
    @nagamalleswararaop3974 11 дней назад +1

    how to deploy the request module through cloud formation template?

    • @amonkincloud
      @amonkincloud  9 дней назад

      Follow the similar approach. Package everything and zip the lambda function and create the lambda function using CFT

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

    If file size in mb response time above 30 mins what is the approach we can do?

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

      One can containerise the lambda code or package it as a zip file

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

    What about using the SAM CLI?

    • @amonkincloud
      @amonkincloud  5 месяцев назад

      That works too.
      You can build your own docker image as well. More on this will be in another video

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

    Hello sir, I was searching for this and it was very informative can you make a project where there is EC2 in which there is code for uploading a file on website/web application and when uploaded it goes to source s3 bucket which gets pulled by sqs and sqs sends message to lambda function where there is code for conversion of file from (docx to pdf and pdf to docx) as file type it was uploaded by user then converted file goes to another destination s3 bucket and finally it shows on the website that is deployed on ec2 instance for download of converted file

    • @amonkincloud
      @amonkincloud  5 месяцев назад

      Thanks for the feedback.
      I will try making the project that you have mentioned

  • @yashwanth.chaudhari339
    @yashwanth.chaudhari339 5 месяцев назад +1

    hi can you tell me how a aws admin works thorugh cli?
    on ec2,vpc,s3 etc

    • @amonkincloud
      @amonkincloud  5 месяцев назад

      Didn’t grt your question actually

    • @yashwanth.chaudhari339
      @yashwanth.chaudhari339 5 месяцев назад

      @@amonkincloud Like how most of the aws admin handle day to day request via cli...because i always seen on yt people use console/gui....but company how do they do it via cli?

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

    Thank you. Can you make one project real DevOps project it helps all

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

      There are multiple projects on my channel already. Please check all the playlists and if you are looking for a specific project, please let us know we will be creating it

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

      @@amonkincloud `thanku you

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

    Can you please try to import ldap library?