You can implement an AWS Lambda runtime in any programming language. A runtime is a program that runs a Lambda function's handler method when the function is invoked. You can include the runtime in your function's deployment package or distribute it in a| docs.aws.amazon.com
Lambda invokes your function in an execution environment, which provides a secure and isolated runtime environment.| docs.aws.amazon.com