🆕 AWS Lambda now supports up to 10GB of temporary storage / demo on how to add a watermark to video

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

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

  • @jeffersondiasdossantos716
    @jeffersondiasdossantos716 2 года назад

    I loved that moment: "... but, before going like this video! ;-)" and obviously I liked it

  • @richbon75
    @richbon75 2 года назад +1

    Great video, great new feature! Do we have to do anything different if we are using containerized lambda functions? Or will the extra ephemeral storage just “magically” map to the /tmp folder in our container? (Assuming we are using AWS’s standard JS or Python runtime containers as the base images of our dockerfiles)

  • @JeromeDixon
    @JeromeDixon 2 года назад

    Could we load our custom runtimes to the /tmp storage layer as opposed to a lambda layer or a containerized function?

    • @foobar_codes
      @foobar_codes  2 года назад

      you need to get the runtime from somewhere else and save it then in tmp, either s3 or efs. Or then you can use a layer