Earlier quoted context omitted.
> it refers to the fact that your CODE (applications and software in general) should not be AWARE of being executed on a physical or virtual machine. With the exception of para-virtualised device drivers, what code is ever aware of being executed on physical or virtual machines?
C'mon now, you know what was meant...
AWS Lambda and similar services have literally nothing to do with hardware vs software.
They're about running a function in response to an event on someone else's stack, almost like the `map` part of a `map-reduce`, if the input was considered to be distinct events/objects.