Description
Serverless runtime behavior for AWS Lambda can be tested locally through the Runtime Interface Emulator before deploying a function. It is useful for developers validating serverless containers and Lambda entry points on their workstation.
Local emulation does not reproduce every AWS service condition. Deployment, permissions, networking, and billing behavior still need validation in the target AWS environment.