Create a Lambda using Docker Image and Amazon ECR

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

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

  • @RichardChai
    @RichardChai Год назад

    very clear instructions and to the point! Thank you for creating this tutorial!

  • @__sjduebsj
    @__sjduebsj 3 месяца назад +1

    great video, thanks

  • @VaibhavPatel-f4r
    @VaibhavPatel-f4r Год назад +1

    good keep it up!

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

    can you do a similar video from Sagemaker Code Editor? I'm trying from there but Docker is not installed

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

      Sure, I will give it a try, but any specific issue that you are facing?

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

    Hi, this setup spike my billing very high,
    The setup was to build lambda function to read the latest file from the s3 dir and make transformation then finally to s3 target dir,
    So this all setup with the python script has to run once the s3 notification to lambda function that an file just came to s3.
    But it went into a loop and made the s3 and lambda billing spike
    Let me knew what is the issue in my setup that i didn't noticed at first while running this python script in lambda

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

      Were you writing the files back to same directory? You can have event notification on a specific key and write the processed file to a different key on which there is no event notification otherwise it will trigger the infinite loop. Be careful!