To deploy an Express JS container image on AWS Lambda, follow these steps:1. Create an Express app and install necessary dependencies.2. Create a Docker image using the AWS Lambda Node.js base image.3. Upload the Docker image to Amazon Elastic Container Registry (ECR).4. Deploy the image on Lambda by creating a Lambda function and selecting the container image.