AWS Lambda functions are not running on container engines like Docker.Instead, your code is packaged into a lightweight container and placed inside a micro-VM powered by Firecracker.Firecracker is an open-source project written in Rust, known for its memory safety and performance.This approach provides enhanced security and workload isolation while maintaining the speed and resource efficiency of containers.