Elixir on AWS Lambda

Maybe someone can explain to me because I don’t get it.

Why use AWS lambda when Elixir can just start a supervised task and perform your work for you? What kind of work would AWS lambda be better for where a lightweight process doesn’t fit better?