I understand the confusion, but the term "serverless" refers to the developer not having to provision and maintain a server like an EC2 instance themselves.
On AWS' side yes there are servers powering Lambda, but developers do not have worry about them at all. The code just runs.
On AWS' side yes there are servers powering Lambda, but developers do not have worry about them at all. The code just runs.